feat: Netzwerk-Modul v0.5.0 – Import, Geräte-Tracking, Ereignislog
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<nav x-data="{ open: false }" class="bg-white border-b border-gray-100">
|
||||
<nav x-data="{ open: false }" class="bg-white dark:bg-gray-800 border-b border-gray-100 dark:border-gray-700">
|
||||
<!-- Primary Navigation Menu -->
|
||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div class="flex justify-between h-16">
|
||||
@@ -39,6 +39,11 @@
|
||||
</x-dropdown>
|
||||
@endrole
|
||||
|
||||
{{-- Netzwerk-Link --}}
|
||||
<x-nav-link :href="route('network.index')" :active="request()->routeIs('network.*')">
|
||||
🌐 Netzwerk
|
||||
</x-nav-link>
|
||||
|
||||
{{-- Hilfe-Dropdown --}}
|
||||
<x-dropdown align="left" width="48">
|
||||
<x-slot name="trigger">
|
||||
@@ -127,6 +132,12 @@
|
||||
</div>
|
||||
@endrole
|
||||
|
||||
<div class="pt-2 pb-1 border-t border-gray-200">
|
||||
<x-responsive-nav-link :href="route('network.index')" :active="request()->routeIs('network.*')">
|
||||
🌐 Netzwerk
|
||||
</x-responsive-nav-link>
|
||||
</div>
|
||||
|
||||
<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