fix: add finished_at to app deployment jobs

fix: show deployment job running measurements
fix: terminal should not be wire:navigated
This commit is contained in:
Andras Bacsai
2025-01-16 12:05:59 +01:00
parent 11414d347f
commit 55d61ffaee
13 changed files with 65 additions and 29 deletions

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'),
]) }}">