fix: prevent weird ui bug for validateServer

This commit is contained in:
Andras Bacsai 2023-09-13 13:00:43 +02:00
parent 1efb1235b4
commit 23b7fc3c54

View File

@ -52,7 +52,7 @@
</x-forms.button>
@endif
@if ($server->settings->is_reachable && !$server->settings->is_usable && $server->id !== 0)
<x-forms.button wire:poll.2000ms='validateServer' class="mt-8 mb-4 box" onclick="installDocker.showModal()"
<x-forms.button class="mt-8 mb-4 box" onclick="installDocker.showModal()"
wire:click.prevent='installDocker' isHighlighted>
Install Docker Engine 24.0
</x-forms.button>