Have confirmation for run #771
Replies: 3 comments 1 reply
-
I'll add this in the next release, thank you. I have to make it optional and opt-in, however, as I suspect many people won't want it. |
Beta Was this translation helpful? Give feedback.
-
Okay, in v0.9.52 which was just released, you can now set the following configuration property in your "prompt_before_run": true Example "client": {
"name": "Cronicle",
"debug": 1,
"prompt_before_run": true,
"default_password_type": "password",
"privilege_list": [
{ "id": "admin", "title": "Administrator" },
{ "id": "create_events", "title": "Create Events" },
{ "id": "edit_events", "title": "Edit Events" },
{ "id": "delete_events", "title": "Delete Events" },
{ "id": "run_events", "title": "Run Events" },
{ "id": "abort_events", "title": "Abort Events" },
{ "id": "state_update", "title": "Toggle Scheduler" }
],
"new_event_template": {
"enabled": 1,
"params": {},
"timing": { "minutes": [0] },
"max_children": 1,
"timeout": 3600,
"catch_up": 0,
"queue_max": 1000
}
}, You should not have to restart Cronicle for this to take effect, just wait about 10 seconds or more, then refresh your browser. |
Beta Was this translation helpful? Give feedback.
-
Works great:
|
Beta Was this translation helpful? Give feedback.
-
Hi, i am testing Cronicle, I click the run button instead of edit at time, this would be catastrophic on production, Can we have a confirmation dialog to execute the run.
Beta Was this translation helpful? Give feedback.
All reactions