mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-22 19:22:19 +00:00
9 lines
300 B
PHP
9 lines
300 B
PHP
<x-icon-button
|
|
:disabled="isset($disabled) ? $disabled : false"
|
|
data-tooltip="Disable Service"
|
|
class="cursor-pointer"
|
|
href="{{ route('servers.services.disable', ['server' => $server, 'service' => $service]) }}"
|
|
>
|
|
<x-heroicon name="o-no-symbol" class="h-5 w-5" />
|
|
</x-icon-button>
|