Separate out scheduler table to allow reloading
This commit is contained in:
@@ -1321,6 +1321,10 @@ class WebInterface(object):
|
||||
|
||||
raise cherrypy.HTTPRedirect("settings")
|
||||
|
||||
@cherrypy.expose
|
||||
def get_scheduler_table(self, **kwargs):
|
||||
return serve_template(templatename="scheduler_table.html")
|
||||
|
||||
@cherrypy.expose
|
||||
def get_notification_agent_config(self, agent_id, **kwargs):
|
||||
if agent_id.isdigit():
|
||||
|
Reference in New Issue
Block a user