Datensicherung, Footer, Update-Funktion, Docker-Setup
This commit is contained in:
@@ -83,6 +83,13 @@
|
||||
</x-slot>
|
||||
</x-dropdown>
|
||||
|
||||
{{-- Datensicherung --}}
|
||||
@role('admin')
|
||||
<x-nav-link :href="route('backup.index')" :active="request()->routeIs('backup.*')">
|
||||
💾 Datensicherung
|
||||
</x-nav-link>
|
||||
@endrole
|
||||
|
||||
{{-- Hilfe-Dropdown --}}
|
||||
<x-dropdown align="left" width="48">
|
||||
<x-slot name="trigger">
|
||||
@@ -190,6 +197,14 @@
|
||||
</x-responsive-nav-link>
|
||||
</div>
|
||||
|
||||
@role('admin')
|
||||
<div class="pt-2 pb-1 border-t border-gray-200">
|
||||
<x-responsive-nav-link :href="route('backup.index')" :active="request()->routeIs('backup.*')">
|
||||
💾 Datensicherung
|
||||
</x-responsive-nav-link>
|
||||
</div>
|
||||
@endrole
|
||||
|
||||
<div class="pt-2 pb-1 border-t border-gray-200">
|
||||
<div class="px-4 py-1 text-xs font-semibold text-gray-400 uppercase tracking-wider">Hilfe</div>
|
||||
<x-responsive-nav-link :href="route('help.manual')">
|
||||
|
||||
Reference in New Issue
Block a user