Only allow access to panel config

This commit is contained in:
amcmanu3 2024-01-26 15:29:12 -05:00
parent 665997c34c
commit 9fed45d147

View File

@ -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,