mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Switch to accessory table on accessory view
This commit is contained in:
@@ -11,18 +11,7 @@
|
||||
@section('content')
|
||||
<x-container>
|
||||
<x-box>
|
||||
|
||||
<x-table
|
||||
show_column_search="false"
|
||||
show_footer="true"
|
||||
buttons="accessoryButtons"
|
||||
fixed_right_number="2"
|
||||
fixed_number="1"
|
||||
api_url="{{ route('api.accessories.index') }}"
|
||||
:presenter="\App\Presenters\AccessoryPresenter::dataTableLayout()"
|
||||
export_filename="export-accessories-{{ date('Y-m-d') }}"
|
||||
/>
|
||||
|
||||
<x-table.accessories name="accessories" :route="route('api.accessories.index')" />
|
||||
</x-box>
|
||||
</x-container>
|
||||
@stop
|
||||
|
||||
Reference in New Issue
Block a user