This commit is contained in:
Andras Bacsai
2023-05-15 21:14:45 +02:00
parent 43a4b1c9cb
commit 6910f9c5c7
5 changed files with 64 additions and 56 deletions

View File

@@ -26,9 +26,5 @@
<div>{{ $server->extra_attributes->proxy_status }}</div>
@endif
</div>
@if ($server->settings->is_validated)
<livewire:server.proxy :server="$server" />
@else
<p>Server is not validated. Validate first.</p>
@endif
<livewire:server.proxy :server="$server" />
</x-layout>