feat: add retry functionality for server validation process

This commit is contained in:
Andras Bacsai
2025-10-10 10:13:08 +02:00
parent 00cb06150e
commit 2bca22082c
2 changed files with 16 additions and 0 deletions

View File

@@ -123,6 +123,9 @@
<livewire:activity-monitor header="Docker Installation Logs" :showWaiting="false" />
@isset($error)
<pre class="font-bold whitespace-pre-line text-error">{!! $error !!}</pre>
<x-forms.button canGate="update" :canResource="$server" wire:click="retry" class="mt-4">
Retry Validation
</x-forms.button>
@endisset
@endif
</div>