Fix PageKite module load order so loads after /router/setup

This commit is contained in:
Sunil Mohan Adapa 2014-03-23 19:49:59 +05:30
parent 8db3217f16
commit b30b2f5683

View File

@ -33,6 +33,7 @@ import util
class PageKite(PagePlugin):
"""PageKite menu entry and introduction page"""
order = 60
def __init__(self, *args, **kwargs):
PagePlugin.__init__(self, *args, **kwargs)
@ -93,6 +94,8 @@ PageKite</a> </p>'''.format(server_dir=cfg.server_dir))
class configure(FormPlugin, PagePlugin): # pylint: disable-msg=C0103
"""Main configuration form"""
order = 65
url = ["/router/setup/pagekite/configure"]
js = """