mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-07 00:42:34 +00:00
enable/disable cronjobs (#203)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user