Added a bunch of stuff

This commit is contained in:
Dobie Wollert
2015-08-05 06:03:02 -07:00
parent b4e727c0e6
commit fdc8727044
35 changed files with 1815 additions and 276 deletions

View File

@ -299,7 +299,7 @@
<thead>
<tr>
<th style="width: 7%">Device ID</th>
<th style="width: 6%">Device</th>
<th style="width: 6%">Category</th>
<th style="width: 5%">Make</th>
<th style="width: 5%">Model</th>
<th style="width: 5%">Serial No.</th>
@ -313,7 +313,7 @@
<tr ng-hide="devices.length"><td colspan="11" class="table-message">There is no information to display.</td></tr>
<tr ng-repeat="device in devices">
<td><a href="/devices/{{device._id}}">{{device.biomedId}}</a></td>
<td></td>
<td>{{device.deviceType.category}}</td>
<td>{{device.deviceType.make}}</td>
<td>{{device.deviceType.model}}</td>
<td>{{device.serialNumber}}</td>