Просмотр исходного кода

hide forked loki chart from addons

Alexander Belanger 3 лет назад
Родитель
Сommit
398b945bd0
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 & {};