GUI -- Tables with the "onos-fixed-header" directive automatically resize to fit the window (as well as having a fixed header row with scrolling body).

Change-Id: I230a9577f9a83ab9342414054e64afa181f4f1e9
diff --git a/web/gui/src/main/webapp/app/view/device/device.html b/web/gui/src/main/webapp/app/view/device/device.html
index 6b34771..754aae9 100644
--- a/web/gui/src/main/webapp/app/view/device/device.html
+++ b/web/gui/src/main/webapp/app/view/device/device.html
@@ -1,7 +1,9 @@
 <!-- Device partial HTML -->
 <div id="ov-device">
-    <h2>Device View</h2>
-    <table class="summary-list" fixed-header>
+    <h2>Devices</h2>
+    <table class="summary-list"
+           onos-fixed-header
+           ng-style="setTableHW()">
         <thead>
             <tr>
                 <th></th>