mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Hide bulk attributes for components (for now)
This commit is contained in:
parent
5333c7083a
commit
b2b3b3d5ad
|
@ -26,11 +26,12 @@
|
||||||
|
|
||||||
|
|
||||||
<div id="toolbar">
|
<div id="toolbar">
|
||||||
<select name="bulk_actions" class="form-control select2" style="width: 130px;">
|
<!-- <select name="bulk_actions" class="form-control select2" style="width: 130px;">
|
||||||
<option value="checkout">Checkout</option>
|
<option value="checkout">Checkout</option>
|
||||||
<option value="checkin">Checkin</option>
|
<option value="checkin">Checkin</option>
|
||||||
</select>
|
</select>
|
||||||
<button class="btn btn-default" id="bulkEdit" disabled>Go</button>
|
<button class="btn btn-default" id="bulkEdit" disabled>Go</button>
|
||||||
|
-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue