This commit is contained in:
Andras Bacsai
2023-06-15 14:29:06 +02:00
parent be27f7d403
commit 719d3114da
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
<x-forms.button wire:click.prevent='validateServer'>
Check Server Details
</x-forms.button>
<x-forms.button wire:click.prevent='installDocker'>
<x-forms.button wire:click.prevent='installDocker' isHighlighted>
@if ($server->settings->is_usable)
Reconfigure Docker Engine
@else