chore: Refactor terminal component and select form layout

This commit is contained in:
Andras Bacsai
2024-09-16 11:25:20 +02:00
parent f124a1e60d
commit e1a6c3e776
6 changed files with 20 additions and 13 deletions

View File

@@ -3,7 +3,11 @@
Terminal | Coolify
</x-slot>
<h1>Terminal</h1>
<div class="subtitle">Execute commands on your servers without leaving the browser.</div>
<div class="flex gap-2 items-end subtitle">
<div>Execute commands on your servers and containers without leaving the browser.</div>
<x-helper
helper="If you're having trouble connecting to your server, make sure that the port is open.<br><br><a class='underline' href='https://coolify.io/docs/knowledge-base/server/firewall/#terminal' target='_blank'>Documentation</a>"></x-helper>
</div>
@if ($servers->count() > 0)
<livewire:run-command :servers="$servers" />
@else