mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Delete (gulp) Form for bulk edit since is not used in this view
This commit is contained in:
parent
85e717bc4e
commit
e2c2736a9c
|
@ -17,11 +17,6 @@
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
{{ Form::open([
|
|
||||||
'method' => 'POST',
|
|
||||||
'route' => ['hardware/bulkedit'],
|
|
||||||
'class' => 'form-inline',
|
|
||||||
'id' => 'bulkForm']) }}
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|
||||||
|
@ -51,7 +46,7 @@
|
||||||
<th class="col-md-2" data-sortable="true">{{ trans('admin/hardware/form.expected_checkin') }}</th>
|
<th class="col-md-2" data-sortable="true">{{ trans('admin/hardware/form.expected_checkin') }}</th>
|
||||||
<th class="col-md-3" data-sortable="true">{{ trans('admin/hardware/table.requesting_user') }}</th>
|
<th class="col-md-3" data-sortable="true">{{ trans('admin/hardware/table.requesting_user') }}</th>
|
||||||
<th class="col-md-2">{{ trans('admin/hardware/table.requested_date') }}</th>
|
<th class="col-md-2">{{ trans('admin/hardware/table.requested_date') }}</th>
|
||||||
<th class="col-md-1" colspan="2">{{ trans('button.actions') }}</th>
|
<th class="col-md-1">{{ trans('button.actions') }}</th> <th></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -143,7 +138,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ Form::close() }}
|
|
||||||
</div> <!-- .col-md-12> -->
|
</div> <!-- .col-md-12> -->
|
||||||
</div> <!-- .row -->
|
</div> <!-- .row -->
|
||||||
@stop
|
@stop
|
||||||
|
|
Loading…
Reference in a new issue