mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
Merge pull request #11113 from snipe/fixes/11112_correct_formatter_for_locations
Fixed #11112 - use correct formatter for locations on dashboard
This commit is contained in:
commit
b705878318
|
@ -301,7 +301,7 @@
|
||||||
|
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="col-sm-3" data-visible="true" data-field="name" data-formatter="categoriesLinkFormatter" data-sortable="true">{{ trans('general.name') }}</th>
|
<th class="col-sm-3" data-visible="true" data-field="name" data-formatter="locationsLinkFormatter" data-sortable="true">{{ trans('general.name') }}</th>
|
||||||
|
|
||||||
<th class="col-sm-1" data-visible="true" data-field="assets_count" data-sortable="true">
|
<th class="col-sm-1" data-visible="true" data-field="assets_count" data-sortable="true">
|
||||||
<i class="fas fa-barcode" aria-hidden="true"></i>
|
<i class="fas fa-barcode" aria-hidden="true"></i>
|
||||||
|
|
Loading…
Reference in a new issue