mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Fixed - removed extra components table
This commit is contained in:
parent
5d8c91b687
commit
f8151284ee
|
@ -27,6 +27,7 @@
|
||||||
<table
|
<table
|
||||||
data-columns="{{ \App\Presenters\ComponentPresenter::dataTableLayout() }}"
|
data-columns="{{ \App\Presenters\ComponentPresenter::dataTableLayout() }}"
|
||||||
data-cookie-id-table="componentsTable"
|
data-cookie-id-table="componentsTable"
|
||||||
|
data-toolbar="#toolbar"
|
||||||
data-pagination="true"
|
data-pagination="true"
|
||||||
data-id-table="componentsTable"
|
data-id-table="componentsTable"
|
||||||
data-search="true"
|
data-search="true"
|
||||||
|
@ -46,16 +47,6 @@
|
||||||
}'>
|
}'>
|
||||||
</table>
|
</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() }}
|
{{ Form::close() }}
|
||||||
</div><!-- /.box-body -->
|
</div><!-- /.box-body -->
|
||||||
</div><!-- /.box -->
|
</div><!-- /.box -->
|
||||||
|
|
Loading…
Reference in a new issue