feat: add layout
ci-front / build (push) Successful in 2m9s

This commit is contained in:
2026-04-04 03:07:45 +03:00
parent 691e1fced5
commit 57b43da2e3
7 changed files with 499 additions and 89 deletions
@@ -1,6 +1,11 @@
export interface AgentService {
name: string;
status: string;
}
export interface AgentInfo {
label: string;
services: string[];
name: string;
services: AgentService[];
token: string;
}