From 15472aa0b7b1ab0f44150b5818728382c83ecce6 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Sat, 14 Jun 2025 12:42:14 +0200 Subject: [PATCH] Enhance terminal connection handling in execute-container-command view --- .../execute-container-command.blade.php | 98 +++++++++---------- 1 file changed, 47 insertions(+), 51 deletions(-) diff --git a/resources/views/livewire/project/shared/execute-container-command.blade.php b/resources/views/livewire/project/shared/execute-container-command.blade.php index dc484f5e7..f34a62bd4 100644 --- a/resources/views/livewire/project/shared/execute-container-command.blade.php +++ b/resources/views/livewire/project/shared/execute-container-command.blade.php @@ -33,11 +33,32 @@ + @endif + @if ($type === 'server') + @if ($server->isTerminalEnabled()) +
+