mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 09:45:28 +01:00
Fix background key not on public pages
This commit is contained in:
parent
17744b72ae
commit
b133a7bdea
@ -289,6 +289,7 @@ class PanelHandler(BaseHandler):
|
|||||||
page_data: t.Dict[str, t.Any] = {
|
page_data: t.Dict[str, t.Any] = {
|
||||||
# todo: make this actually pull and compare version data
|
# todo: make this actually pull and compare version data
|
||||||
"update_available": self.helper.update_available,
|
"update_available": self.helper.update_available,
|
||||||
|
"background": self.controller.cached_login,
|
||||||
"serverTZ": tz,
|
"serverTZ": tz,
|
||||||
"version_data": self.helper.get_version_string(),
|
"version_data": self.helper.get_version_string(),
|
||||||
"failed_servers": self.controller.servers.failed_servers,
|
"failed_servers": self.controller.servers.failed_servers,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user