This commit is contained in:
Andras Bacsai
2023-06-06 08:53:30 +02:00
parent 2014183e88
commit f11a89aec7
3 changed files with 26 additions and 21 deletions

View File

@@ -38,9 +38,11 @@
</div>
</div>
@if (!$server->settings->is_validated)
<x-forms.button class="mt-4" wire:click.prevent='validateServer'>
Validate Server
</x-forms.button>
<div class="w-full pt-4">
<x-forms.button isHighlighted wire:click.prevent='validateServer'>
Validate Server
</x-forms.button>
</div>
@endif
@if ($server->settings->is_validated)
<h3 class="pt-8 pb-4">Quick Actions</h3>