Show server type in the web UI

This commit is contained in:
Brandon Zhang
2026-03-27 18:19:26 +08:00
parent 3360c2ad85
commit 18352a99d5
5 changed files with 14 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ def get_status():
status="up",
started_at=status_service.server_started_at(),
version=APP_VERSION,
type="python",
),
agent=agent_info,
queue=QueueCounts(**counts),