blob: 754aae9466ec579a8761b6e427a4a5cde713acd5 [file] [log] [blame]
<!-- Device partial HTML -->
<div id="ov-device">
<h2>Devices</h2>
<table class="summary-list"
onos-fixed-header
ng-style="setTableHW()">
<thead>
<tr>
<th></th>
<th>URI</th>
<th>Vendor</th>
<th>Hardware Version</th>
<th>Software Version</th>
<th>Serial Number</th>
<th>Protocol</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="dev in ctrl.deviceData">
<td><div icon icon-id="{{dev._iconid_available}}"></div></td>
<td>{{dev.id}}</td>
<td>{{dev.mfr}}</td>
<td>{{dev.hw}}</td>
<td>{{dev.sw}}</td>
<td>{{dev.serial}}</td>
<td>{{dev.annotations.protocol}}</td>
</tr>
</tbody>
</table>
</div>