chore: grafana entry

This commit is contained in:
jialin
2026-02-06 14:27:05 +08:00
parent 7f3d6bb55f
commit 4ff5b3e05a
6 changed files with 26 additions and 12 deletions
+4 -2
View File
@@ -1,11 +1,13 @@
import { atom } from 'jotai';
export interface SystemConfig {
grafana_url: string;
disable_builtin_observability: boolean;
debug: boolean;
grafana_url: string;
server_external_url: string | null;
grafana_model_dashboard_uid: string;
grafana_worker_dashboard_uid: string;
system_default_container_registry: string | null;
server_external_url: string | null;
showMonitoring?: boolean;
}