Various tweaks

This commit is contained in:
Dobie Wollert
2015-10-14 02:51:05 -07:00
parent 68b2c8114b
commit 0e5db1c9ee
9 changed files with 48 additions and 9 deletions

View File

@ -101,6 +101,7 @@
<div class="section-label">&nbsp;</div>
<div class="section-container">
<button ng-click="save()" ng-disabled="form.$invalid" type="button" class="btn btn-primary">Save</button>
<button ng-click="delete()" ng-disabled="form.$invalid" ng-show="accountHasPermission('system.admin')" type="button" class="btn btn-danger">Remove</button>
</div>
</div>
</form>

View File

@ -20,8 +20,8 @@
<table class="biomed-table" infinite-scroll="addItems()" can-load="canLoad" threshold="300">
<thead>
<tr>
<th style="width: 33%" ng-class="selectedCls('category')" ng-click="changeSorting('category')">Device Type</th>
<th style="width: 33%" ng-class="selectedCls('make')" ng-click="changeSorting('make')">Make</th>
<th style="width: 33%" ng-class="selectedCls('category')" ng-click="changeSorting('category')">Device</th>
<th style="width: 33%" ng-class="selectedCls('make')" ng-click="changeSorting('make')">Manufacturer</th>
<th style="width: 33%" ng-class="selectedCls('model')" ng-click="changeSorting('model')">Model</th>
<th></th>
</tr>