3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-18 03:06:23 +00:00

Temp removed calendar button

This commit is contained in:
snipe
2026-08-15 10:11:16 +01:00
parent 25b56e1a52
commit f767340c18

View File

@ -568,14 +568,7 @@
</li>
@endif
@can('view', \App\Models\Asset::class)
<li{!! (request()->routeIs('calendar.index') ? ' class="active" aria-current="page"' : '') !!}>
<a href="#">
<x-icon type="calendar" class="fa-fw"/>
<span>{{ trans('general.calendar') }}</span>
</a>
</li>
@endcan
@can('view', \App\Models\License::class)
<li{!! (request()->is('licenses*') ? ' class="active" aria-current="page"' : '') !!}>
<a href="{{ route('licenses.index') }}">