blob: a6fb8b97ea6d5c70a49bb9fd9cf9df502e7d45c1 [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 Cole4fab8af2015-01-15 16:40:47 -08004 <table class="summary-list">
Bri Prebilic Cole4f0d9772015-01-21 16:45:14 -08005 <tbody>
6 <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 Colec006eef2015-01-20 11:42:05 -080015
Bri Prebilic Cole4f0d9772015-01-21 16:45:14 -080016 <tr ng-repeat="dev in ctrl.deviceData">
17 <td><div icon icon-id="{{dev._iconid_available}}"></div></td>
18 <td>{{dev.id}}</td>
19 <td>{{dev.mfr}}</td>
20 <td>{{dev.hw}}</td>
21 <td>{{dev.sw}}</td>
22 <td>{{dev.serial}}</td>
23 <td>{{dev.annotations.protocol}}</td>
24 </tr>
25 </tbody>
Bri Prebilic Cole7c92a3d2015-01-09 16:50:03 -080026 </table>
27
28</div>