mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Updated route for asset display
This commit is contained in:
parent
70761b8157
commit
c3cc2c924f
|
@ -49,11 +49,10 @@
|
||||||
name="component_users"
|
name="component_users"
|
||||||
class="table table-striped snipe-table"
|
class="table table-striped snipe-table"
|
||||||
id="table"
|
id="table"
|
||||||
data-url="{{route('api.components.assets', $component->id)}}"
|
data-url="{{ route('api.components.assets', $component->id)}}"
|
||||||
data-cookie="true"
|
data-cookie="true"
|
||||||
data-click-to-select="true"
|
data-click-to-select="true"
|
||||||
data-cookie-id-table="componentDetailTable-{{ config('version.hash_version') }}"
|
data-cookie-id-table="componentDetailTable-{{ config('version.hash_version') }}">
|
||||||
>
|
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th data-switchable="false" data-searchable="false" data-sortable="false" data-field="name" data-formatter="hardwareLinkFormatter">{{ trans('general.asset') }}</th>
|
<th data-switchable="false" data-searchable="false" data-sortable="false" data-field="name" data-formatter="hardwareLinkFormatter">{{ trans('general.asset') }}</th>
|
||||||
|
|
Loading…
Reference in a new issue