refactor(ui): remove terminal header from execute-container-command view

This commit is contained in:
Andras Bacsai
2025-06-17 10:27:41 +02:00
parent f7daddce58
commit 204ad0fa3d

View File

@@ -45,7 +45,6 @@
@if ($type === 'server') @if ($type === 'server')
<livewire:server.navbar :server="$servers->first()" /> <livewire:server.navbar :server="$servers->first()" />
<h2 class="pb-4">Terminal</h2>
@if ($servers->first()->isTerminalEnabled()) @if ($servers->first()->isTerminalEnabled())
<form class="w-full flex gap-2 items-start" wire:submit="$dispatchSelf('connectToServer')" <form class="w-full flex gap-2 items-start" wire:submit="$dispatchSelf('connectToServer')"
wire:init="$dispatchSelf('connectToServer')"> wire:init="$dispatchSelf('connectToServer')">