mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
More icons
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
84f14a05bd
commit
479b2b4fd3
|
@ -532,7 +532,7 @@
|
|||
<a href="{{ $asset->present()->dynamicUrl($asset->model->manufacturer->warranty_lookup_url) }}" target="_blank">
|
||||
{{ $asset->present()->dynamicUrl($asset->model->manufacturer->warranty_lookup_url) }}
|
||||
|
||||
<i class="fa fa-external-link" aria-hidden="true">
|
||||
<x-icon type="external-link" />
|
||||
<span class="sr-only">{{ trans('admin/hardware/general.mfg_warranty_lookup', ['manufacturer' => $asset->model->manufacturer->name]) }}</span></i>
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
<li>
|
||||
<a href="#accessories" data-toggle="tab">
|
||||
<span class="hidden-lg hidden-md">
|
||||
<i class="fas fa-keyboard fa-2x" aria-hidden="true"></i>
|
||||
<x-icon type="accessories" class="fa-2x "/>
|
||||
</span>
|
||||
<span class="hidden-xs hidden-sm">
|
||||
{{ trans('general.accessories') }}
|
||||
|
@ -89,7 +89,7 @@
|
|||
<li>
|
||||
<a href="#consumables" data-toggle="tab">
|
||||
<span class="hidden-lg hidden-md">
|
||||
<i class="fas fa-tint fa-2x" aria-hidden="true"></i>
|
||||
<x-icon type="consumables" class="fa-2x "/>
|
||||
</span>
|
||||
<span class="hidden-xs hidden-sm">
|
||||
{{ trans('general.consumables') }}
|
||||
|
@ -101,7 +101,7 @@
|
|||
<li>
|
||||
<a href="#components" data-toggle="tab">
|
||||
<span class="hidden-lg hidden-md">
|
||||
<i class="fas fa-hdd fa-2x" aria-hidden="true"></i>
|
||||
<x-icon type="components" class="fa-2x "/>
|
||||
</span>
|
||||
<span class="hidden-xs hidden-sm">
|
||||
{{ trans('general.components') }}
|
||||
|
@ -113,7 +113,7 @@
|
|||
<li>
|
||||
<a href="#history" data-toggle="tab">
|
||||
<span class="hidden-lg hidden-md">
|
||||
<i class="fas fa-hdd fa-2x" aria-hidden="true"></i>
|
||||
<x-icon type="history" class="fa-2x "/>
|
||||
</span>
|
||||
<span class="hidden-xs hidden-sm">
|
||||
{{ trans('general.history') }}
|
||||
|
|
Loading…
Reference in a new issue