refactor(ui): remove terminal header from execute-container-command view
This commit is contained in:
parent
f7daddce58
commit
204ad0fa3d
1 changed files with 0 additions and 1 deletions
|
|
@ -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')">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue