2
0
Эх сурвалжийг харах

reducing chances of conflict

Feroze Mohideen 2 жил өмнө
parent
commit
b5354c458c

+ 0 - 0
dashboard/src/main/home/app-dashboard/expanded-app/metrics/MetricsChart.tsx → dashboard/src/main/home/app-dashboard/expanded-app/metrics/MetricsChart2.tsx


+ 1 - 1
dashboard/src/main/home/app-dashboard/expanded-app/metrics/MetricsSection.tsx

@@ -11,7 +11,7 @@ import { getServiceNameFromControllerName, MetricNormalizer, resolutions, second
 import { Metric, MetricType, NginxStatusMetric } from "./types";
 import { match } from "ts-pattern";
 import { AvailableMetrics, NormalizedMetricsData } from "main/home/cluster-dashboard/expanded-chart/metrics/types";
-import MetricsChart from "./MetricsChart";
+import MetricsChart from "./MetricsChart2";
 import { useQuery } from "@tanstack/react-query";
 import Loading from "components/Loading";