mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Fixed incorrect icon for map marker
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c8ac19a5a0
commit
9311f8694f
|
@ -262,7 +262,7 @@
|
|||
item_icon = 'fas fa-user';
|
||||
} else if (value.type == 'location') {
|
||||
item_destination = 'locations'
|
||||
item_icon = 'far fa-hdd';
|
||||
item_icon = 'far fa-map-marker-alt';
|
||||
}
|
||||
|
||||
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