mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Only allow access to panel config
This commit is contained in:
parent
665997c34c
commit
9fed45d147
@ -286,6 +286,8 @@ class PanelHandler(BaseHandler):
|
||||
)
|
||||
tz = "Europe/London"
|
||||
|
||||
page = "panel_config"
|
||||
|
||||
page_data: t.Dict[str, t.Any] = {
|
||||
# todo: make this actually pull and compare version data
|
||||
"update_available": self.helper.update_available,
|
||||
|
Loading…
Reference in New Issue
Block a user