mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-22 19:22:19 +00:00
9 lines
343 B
PHP
9 lines
343 B
PHP
<x-icon-button
|
|
:disabled="isset($disabled) ? $disabled : $service->status != \App\Enums\ServiceStatus::DISABLED"
|
|
data-tooltip="Enable Service"
|
|
class="cursor-pointer"
|
|
href="{{ route('servers.services.enable', ['server' => $server, 'service' => $service]) }}"
|
|
>
|
|
<x-heroicon name="o-check" class="h-5 w-5" />
|
|
</x-icon-button>
|