mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Fixed - removed extra components table
This commit is contained in:
parent
5d8c91b687
commit
f8151284ee
|
@ -27,6 +27,7 @@
|
|||
<table
|
||||
data-columns="{{ \App\Presenters\ComponentPresenter::dataTableLayout() }}"
|
||||
data-cookie-id-table="componentsTable"
|
||||
data-toolbar="#toolbar"
|
||||
data-pagination="true"
|
||||
data-id-table="componentsTable"
|
||||
data-search="true"
|
||||
|
@ -46,16 +47,6 @@
|
|||
}'>
|
||||
</table>
|
||||
|
||||
<table
|
||||
data-toolbar="#toolbar"
|
||||
name="components"
|
||||
class="table table-striped snipe-table"
|
||||
id="table"
|
||||
data-url="{{route('api.components.index') }}"
|
||||
data-cookie="true"
|
||||
data-click-to-select="true"
|
||||
data-cookie-id-table="componentsTable-{{ config('version.hash_version') }}">
|
||||
</table>
|
||||
{{ Form::close() }}
|
||||
</div><!-- /.box-body -->
|
||||
</div><!-- /.box -->
|
||||
|
|
Loading…
Reference in a new issue