diff --git a/app/components/SchedulerTaskModal.vue b/app/components/SchedulerTaskModal.vue new file mode 100644 index 0000000..e74225c --- /dev/null +++ b/app/components/SchedulerTaskModal.vue @@ -0,0 +1,194 @@ + + + + + + {{ isEdit ? 'Edit' : 'Create' }} Task + + + + + + + Name + + + + + Type + + + + + Cron Expression + + + + {{ preset.label }} + + + + + + + + Function + + + + Payload (JSON) + + + + + + + + + Method + + + + URL + + + + + Headers (JSON) + + + + Body + + + + + + + Advanced + + + + Catch up missed executions after restart + + + + Enabled + + + + Max Retries + + + + Retry Delay (s) + + + + Timeout (s) + + + + + + + + + + Cancel + + {{ isEdit ? 'Update' : 'Create' }} + + + + +