v1.0.64: version header and displayName placeholder

This commit is contained in:
2026-07-27 11:38:55 +04:00
parent 0bcfa5a566
commit 90a32353eb
5 changed files with 22 additions and 6 deletions
+2 -1
View File
@@ -116,7 +116,8 @@ def index():
for i in instances:
svc_name = i.get("svc", "Прочее")
instance_groups.setdefault(svc_name, []).append(i)
config = load_config()
config = dict(load_config() or {})
config["VERSION"] = current_app.config["VERSION"]
except Exception as e:
error = str(e)
else: