feat: drill-down filters on overview and outdated agent version highlight

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
PTah
2026-06-10 09:21:21 +10:00
parent e65daa8c3b
commit f9d56621f6
14 changed files with 595 additions and 36 deletions
+1
View File
@@ -223,6 +223,7 @@ export interface HostListResponse {
total: number;
page: number;
page_size: number;
latest_agent_versions?: Record<string, string>;
}
export interface ProblemSummary {