headless console

This commit is contained in:
Saeed Vaziry
2024-03-24 21:58:48 +01:00
parent f68d6c7ca2
commit 33594f2dba
10 changed files with 180 additions and 35 deletions

View File

@ -116,6 +116,18 @@ class="fixed left-0 top-0 z-40 h-screen w-64 -translate-x-full border-r border-g
</x-sidebar-link>
</li>
<li>
<x-sidebar-link
:href="route('servers.console', ['server' => $server])"
:active="request()->routeIs('servers.console')"
>
<x-heroicon name="o-command-line" class="h-6 w-6" />
<span class="ml-2">
{{ __("Console") }}
</span>
</x-sidebar-link>
</li>
<li>
<x-sidebar-link
:href="route('servers.settings', ['server' => $server])"