mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Added models router to BS tables
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c90ed9f25f
commit
95d4f7c62e
|
@ -322,6 +322,9 @@
|
|||
} else if (value.type == 'location') {
|
||||
item_destination = 'locations'
|
||||
item_icon = 'fas fa-map-marker-alt';
|
||||
} else if (value.type == 'model') {
|
||||
item_destination = 'models'
|
||||
item_icon = '';
|
||||
}
|
||||
|
||||
return '<nobr><a href="{{ url('/') }}/' + item_destination +'/' + value.id + '" data-tooltip="true" title="' + value.type + '"><i class="' + item_icon + ' text-{{ $snipeSettings->skin!='' ? $snipeSettings->skin : 'blue' }} "></i> ' + value.name + '</a></nobr>';
|
||||
|
|
Loading…
Reference in a new issue