udpates
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
<x-layout>
|
||||
<livewire:run-command :servers="$servers" />
|
||||
<h1 class="pb-2">Command Center</h1>
|
||||
@if ($servers->count() > 0)
|
||||
<livewire:run-command :servers="$servers" />
|
||||
@else
|
||||
<div>No validated servers found.</div>
|
||||
@endif
|
||||
</x-layout>
|
||||
|
||||
Reference in New Issue
Block a user