Use history icon

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-12-03 14:22:05 +00:00 committed by Brady Wetherington
parent 183a4d49d8
commit 27fab0f573

View file

@ -135,22 +135,20 @@
<a href="#components" data-toggle="tab" data-tooltip="true" title="{{ trans('general.components') }}"> <a href="#components" data-toggle="tab" data-tooltip="true" title="{{ trans('general.components') }}">
<i class="fas fa-hdd" style="font-size: 17px" aria-hidden="true"></i> <i class="fas fa-hdd" style="font-size: 17px" aria-hidden="true"></i>
<span class="badge"> <span class="badge">
{{ number_format($location->components->count()) }} {{ number_format($location->components->count()) }}
</span> </span>
<span class="sr-only"> <span class="sr-only">
{{ trans('general.components') }} {{ trans('general.components') }}
</span> </span>
</a> </a>
</li> </li>
@endif @endif
@endcan @endcan
<li> <li>
<a href="#history" data-toggle="tab"> <a href="#history" data-toggle="tab" data-toggle="tab" data-tooltip="true" title="{{ trans('general.history') }}">
<span class="hidden-lg hidden-md"> <i class="fa-solid fa-clock-rotate-left" style="font-size: 17px" aria-hidden="true"></i>
<x-icon type="history" class="fa-2x "/> <span class="sr-only">
</span>
<span class="hidden-xs hidden-sm">
{{ trans('general.history') }} {{ trans('general.history') }}
</span> </span>
</a> </a>