Merge branch 'next' into docker-cleanup-executions-ui

This commit is contained in:
🏔️ Peak
2025-01-16 14:41:23 +01:00
committed by GitHub
25 changed files with 245 additions and 111 deletions

View File

@@ -261,7 +261,7 @@
</a>
</li>
<li>
<a title="Terminal" wire:navigate
<a title="Terminal"
class="{{ request()->is('terminal*') ? 'menu-item-active menu-item' : 'menu-item' }}"
href="{{ route('terminal') }}">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"

View File

@@ -39,7 +39,7 @@
]) }}">
<button>Resources</button>
</a>
<a wire:navigate class="{{ request()->routeIs('server.command') ? 'dark:text-white' : '' }}"
<a class="{{ request()->routeIs('server.command') ? 'dark:text-white' : '' }}"
href="{{ route('server.command', [
'server_uuid' => data_get($server, 'uuid'),
]) }}">