Datensicherung, Footer, Update-Funktion, Docker-Setup

This commit is contained in:
2026-07-03 16:38:58 +02:00
parent aa0a810d63
commit 5af2b1e076
11 changed files with 199 additions and 28 deletions
@@ -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.*')">
&nbsp;&nbsp;💾 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')">