enable/disable cronjobs (#203)

This commit is contained in:
Saeed Vaziry
2024-05-11 13:19:19 +02:00
committed by GitHub
parent 1067a5fd33
commit 88223a61f9
14 changed files with 198 additions and 11 deletions

View File

@ -30,6 +30,11 @@ class="p-6"
type="text"
class="mt-1 w-full"
/>
<x-input-help class="mt-2">
<a href="https://vitodeploy.com/servers/cronjobs.html" target="_blank" class="text-primary-500">
How the command should look like?
</a>
</x-input-help>
@error("command")
<x-input-error class="mt-2" :messages="$message" />
@enderror