mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-22 19:22:19 +00:00
12 lines
333 B
PHP
12 lines
333 B
PHP
<div>
|
|
<x-primary-button
|
|
id="btn-check-connection"
|
|
hx-post="{{ route('servers.settings.check-connection', ['server' => $server]) }}"
|
|
hx-swap="none"
|
|
hx-ext="disable-element"
|
|
hx-disable-element="#btn-check-connection"
|
|
>
|
|
{{ __("Check Connection") }}
|
|
</x-primary-button>
|
|
</div>
|