Simon Hunt
Committed by Gerrit Code Review

Web UI: ports view - simplify page title.

Change-Id: I96b4bfb07380241780082a199f4b19a2fb2b777d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <div id="ov-port"> 2 <div id="ov-port">
3 <div class="tabular-header"> 3 <div class="tabular-header">
4 <h2> 4 <h2>
5 - Port Statistics for Device {{devId || "(No device selected)"}} 5 + Ports for Device {{devId || "(No device selected)"}}
6 ({{tableData.length}} Ports total) 6 ({{tableData.length}} Ports total)
7 </h2> 7 </h2>
8 <div class="ctrl-btns"> 8 <div class="ctrl-btns">
......