Ver Fonte

Merge pull request #2498 from porter-dev/belanger/hide-loki-chart-from-addons

Hide forked loki chart from addons
abelanger5 há 3 anos atrás
pai
commit
927d84a444
1 ficheiros alterados com 1 adições e 1 exclusões
  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 & {};