From 204ad0fa3db6d2a4602c5e97d1cfeeccc0674620 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 17 Jun 2025 10:27:41 +0200 Subject: [PATCH] refactor(ui): remove terminal header from execute-container-command view --- .../livewire/project/shared/execute-container-command.blade.php | 1 - 1 file changed, 1 deletion(-) 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 afb7ced2f..2c95acc67 100644 --- a/resources/views/livewire/project/shared/execute-container-command.blade.php +++ b/resources/views/livewire/project/shared/execute-container-command.blade.php @@ -45,7 +45,6 @@ @if ($type === 'server') -

Terminal

@if ($servers->first()->isTerminalEnabled())