mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-22 10:01:45 +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):
|
||||
"""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 = """
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user