File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
resources/views/livewire/project/shared/scheduled-task Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<form wire:submit =" submit" class =" w-full" >
13
13
<div class =" flex flex-col gap-2 pb-2" >
14
- <div class =" flex items-end gap-2 pt-4" >
14
+ <div class =" flex gap-2 items-end pt-4" >
15
15
<h2 >Scheduled Task</h2 >
16
16
<x-forms .button type =" submit" >
17
17
Save
23
23
step2ButtonText =" Permanently Delete" />
24
24
25
25
</div >
26
- <div class =" flex w-full gap-2" >
26
+ <div class =" w-48" >
27
+ <x-forms .checkbox instantSave id =" task.enabled" label =" Enabled" />
28
+ </div >
29
+ <div class =" flex gap-2 w-full" >
27
30
<x-forms .input placeholder =" Name" id =" task.name" label =" Name" required />
28
31
<x-forms .input placeholder =" php artisan schedule:run" id =" task.command" label =" Command" required />
29
32
<x-forms .input placeholder =" 0 0 * * * or daily" id =" task.frequency" label =" Frequency" required />
You can’t perform that action at this time.
0 commit comments