mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-18 11:21:02 +00:00
feat: add retry functionality for server validation process
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user