vito/resources/views/server-settings/partials/check-connection.blade.php
Saeed Vaziry b2083fc6b2
Migrate to HTMX (#114)
Dropped Livewire
Added HTMX
Added Blade code lint
Drop Mysql and Redis
Migrate to SQLite
2024-03-06 17:02:59 +01:00

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>