Sfoglia il codice sorgente

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

Hide forked loki chart from addons
abelanger5 3 anni fa
parent
commit
927d84a444
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 & {};