From 7d985e3915cf206c2e27279741c89836a3d0ec43 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Fri, 20 Jun 2025 09:35:39 +0200 Subject: [PATCH] refactor(ui): simplify container selection form in execute-container-command view --- .../execute-container-command.blade.php | 32 +++++++++---------- 1 file changed, 15 insertions(+), 17 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 2c95acc67..9ff5cccc5 100644 --- a/resources/views/livewire/project/shared/execute-container-command.blade.php +++ b/resources/views/livewire/project/shared/execute-container-command.blade.php @@ -20,23 +20,21 @@ @if (count($containers) === 0)