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

@@ -80,6 +80,7 @@ class ServerInfo(BaseModel):
status: str
started_at: datetime
version: str
type: str
class AgentInfo(BaseModel):