mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Added a bunch of stuff
This commit is contained in:
@ -116,6 +116,23 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-section" ng-show="workorderType != 'shipment'">
|
||||
<div class="section-label">Devices</div>
|
||||
<div class="section-container">
|
||||
<div class="form-editor">
|
||||
<div class="control-group">
|
||||
<label class="control-label">Devices</label>
|
||||
<div class="controls">
|
||||
<select multiple ui-select2 ng-model="model.devices" data-placeholder="Choose Devices(s)" class="input-xxlarge">
|
||||
<option ng-repeat="device in devices" value="{{device._id}}">
|
||||
{{device.biomedId}} - {{device.deviceType.make}} {{device.deviceType.model}}
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-section" ng-show="workorderType != 'shipment'">
|
||||
<div class="section-label">Scheduling</div>
|
||||
<div class="section-container">
|
||||
|
Reference in New Issue
Block a user