mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-21 10:51:36 +00:00
12 lines
297 B
PHP
12 lines
297 B
PHP
<div>
|
|
<x-secondary-button
|
|
id="btn-reboot"
|
|
hx-post="{{ route('servers.settings.reboot', ['server' => $server]) }}"
|
|
hx-swap="none"
|
|
hx-ext="disable-element"
|
|
hx-disable-element="#btn-reboot"
|
|
>
|
|
{{ __("Reboot") }}
|
|
</x-secondary-button>
|
|
</div>
|