mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixes #3604 - company view not displaying assets on page load
This commit is contained in:
parent
66145a625c
commit
ccc0063556
|
@ -50,12 +50,11 @@
|
|||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<div class="tab-content">
|
||||
|
||||
<div class="tab-pane" id="asset_tab">
|
||||
<div class="tab-pane fade in active" id="asset_tab">
|
||||
<!-- checked out assets table -->
|
||||
<div class="table-responsive">
|
||||
<table
|
||||
|
@ -64,8 +63,7 @@
|
|||
id="table"
|
||||
data-url="{{route('api.assets.index',['company_id' => $company->id]) }}"
|
||||
data-cookie="true"
|
||||
data-click-to-select="true"
|
||||
data-cookie-id-table="lcompanyAssetsTable-{{ config('version.hash_version') }}">
|
||||
data-cookie-id-table="companyAssetsTable-{{ config('version.hash_version') }}">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-sortable="true" data-field="id" data-visible="false">{{ trans('general.id') }}</th>
|
||||
|
|
Loading…
Reference in a new issue