feat: enhance tooltips and loading states in NetworkChart and ServerDetailChart; add translations for TSDB and login requirements

This commit is contained in:
hamster1963
2026-02-14 15:04:37 +08:00
parent 7d59371ee3
commit 0c7c6a1378
6 changed files with 300 additions and 158 deletions
+1
View File
@@ -156,6 +156,7 @@ export interface SettingResponse {
data: {
config: SettingConfig;
version: string;
tsdb_enabled?: boolean;
};
}