Przeglądaj źródła

hide forked loki chart from addons

Alexander Belanger 3 lat temu
rodzic
commit
398b945bd0
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 };
 
-const HIDDEN_CHARTS = ["porter-agent"];
+const HIDDEN_CHARTS = ["porter-agent", "loki"];
 
 type PropsType = RouteComponentProps & {};