mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix traceback when editing schedule
This commit is contained in:
parent
75c8cdef53
commit
3c8614f378
@ -901,6 +901,7 @@ class PanelHandler(BaseHandler):
|
||||
page_data["new_schedule"] = True
|
||||
page_data["schedule"] = {}
|
||||
page_data["schedule"]["children"] = []
|
||||
page_data["schedule"]["name"] = ""
|
||||
page_data["schedule"]["server_id"] = server_id
|
||||
page_data["schedule"]["schedule_id"] = ""
|
||||
page_data["schedule"]["action"] = ""
|
||||
|
@ -433,7 +433,7 @@
|
||||
"no": "No",
|
||||
"cron": "Crong String",
|
||||
"details": "Schedule Details",
|
||||
"child": "Child of schedule named ",
|
||||
"child": "Child of schedule with ID ",
|
||||
"areYouSure": "Delete Scheduled Task?",
|
||||
"close": "Close",
|
||||
"delete": "Delete",
|
||||
|
Loading…
Reference in New Issue
Block a user