mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
Fix PageKite module load order so loads after /router/setup
This commit is contained in:
parent
8db3217f16
commit
b30b2f5683
@ -33,6 +33,7 @@ import util
|
|||||||
|
|
||||||
class PageKite(PagePlugin):
|
class PageKite(PagePlugin):
|
||||||
"""PageKite menu entry and introduction page"""
|
"""PageKite menu entry and introduction page"""
|
||||||
|
order = 60
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
PagePlugin.__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
|
class configure(FormPlugin, PagePlugin): # pylint: disable-msg=C0103
|
||||||
"""Main configuration form"""
|
"""Main configuration form"""
|
||||||
|
order = 65
|
||||||
|
|
||||||
url = ["/router/setup/pagekite/configure"]
|
url = ["/router/setup/pagekite/configure"]
|
||||||
|
|
||||||
js = """
|
js = """
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user