Browse Source

hide forked loki chart from addons

Alexander Belanger 3 năm trước cách đây
mục cha
commit
398b945bd0

+ 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 & {};