Преглед изворни кода

Merge branch 'belanger/hide-loki-chart-from-addons' into dev

Alexander Belanger пре 3 година
родитељ
комит
146c501b66
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      dashboard/src/main/home/launch/Launch.tsx

+ 1 - 1
dashboard/src/main/home/launch/Launch.tsx

@@ -28,7 +28,7 @@ type TabOption = {
   value: string;
   value: string;
 };
 };
 
 
-const HIDDEN_CHARTS = ["porter-agent"];
+const HIDDEN_CHARTS = ["porter-agent", "loki"];
 
 
 type PropsType = RouteComponentProps & {};
 type PropsType = RouteComponentProps & {};