fix: refactor run-command

This commit is contained in:
Andras Bacsai
2024-09-17 12:27:20 +02:00
parent 4bdb5c9030
commit 162fb7bfc5
3 changed files with 4 additions and 17 deletions

View File

@@ -8,11 +8,5 @@
<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
<div>
<div>No servers found. Without a server, you won't be able to do much.</div>
</div>
@endif
<livewire:run-command />
</div>