blob: 6b34771420bbc2e22e255d896464ef331d8b40a2 [file] [log] [blame]
Bri Prebilic Cole7c92a3d2015-01-09 16:50:03 -08001<!-- Device partial HTML -->
2<div id="ov-device">
3 <h2>Device View</h2>
Bri Prebilic Cole9ca0f9c2015-01-29 15:44:20 -08004 <table class="summary-list" fixed-header>
5 <thead>
Bri Prebilic Cole4f0d9772015-01-21 16:45:14 -08006 <tr>
7 <th></th>
8 <th>URI</th>
9 <th>Vendor</th>
10 <th>Hardware Version</th>
11 <th>Software Version</th>
12 <th>Serial Number</th>
13 <th>Protocol</th>
14 </tr>
Bri Prebilic Cole9ca0f9c2015-01-29 15:44:20 -080015 </thead>
Bri Prebilic Colec006eef2015-01-20 11:42:05 -080016
Bri Prebilic Cole9ca0f9c2015-01-29 15:44:20 -080017 <tbody>
Bri Prebilic Cole4f0d9772015-01-21 16:45:14 -080018 <tr ng-repeat="dev in ctrl.deviceData">
19 <td><div icon icon-id="{{dev._iconid_available}}"></div></td>
20 <td>{{dev.id}}</td>
21 <td>{{dev.mfr}}</td>
22 <td>{{dev.hw}}</td>
23 <td>{{dev.sw}}</td>
24 <td>{{dev.serial}}</td>
25 <td>{{dev.annotations.protocol}}</td>
26 </tr>
27 </tbody>
Bri Prebilic Cole7c92a3d2015-01-09 16:50:03 -080028 </table>
29
30</div>