Separate out scheduler table to allow reloading

This commit is contained in:
JonnyWong16 2016-02-14 21:02:14 -08:00
parent 5d738e58eb
commit 25c2f95e48
5 changed files with 93 additions and 51 deletions

View file

@ -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():