chore: Rename Command Center to Terminal in code and views

This commit is contained in:
Andras Bacsai
2024-09-13 15:18:00 +02:00
parent 7cac243589
commit 51c43e7457
5 changed files with 13 additions and 12 deletions

View File

@@ -0,0 +1,14 @@
<div>
<x-slot:title>
Terminal | Coolify
</x-slot>
<h1>Terminal</h1>
<div class="subtitle">Execute commands on your servers without leaving the browser.</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
</div>