ONOS-2074 - GUI -- Refactor Application view to use directives. WIP.

Change-Id: If886b5af1313ef350e041dc9f9a21ba150edcd79
diff --git a/web/gui/src/main/webapp/app/view/port/port.html b/web/gui/src/main/webapp/app/view/port/port.html
index 5683ca2..3e93eb3 100644
--- a/web/gui/src/main/webapp/app/view/port/port.html
+++ b/web/gui/src/main/webapp/app/view/port/port.html
@@ -18,8 +18,8 @@
 <div id="ov-port">
     <div class="tabular-header">
         <h2>
-            Ports for Device {{devId || "(No device selected)"}}
-            ({{tableData.length}} total)
+            Port Statistics for Device {{devId || "(No device selected)"}}
+            ({{tableData.length}} Ports total)
         </h2>
         <div class="ctrl-btns">
             <div class="refresh" ng-class="{active: autoRefresh}"