Răsfoiți Sursa

fix: do not show the ack datastore charts in the addons ui (#3732)

jose-fully-ported 2 ani în urmă
părinte
comite
4448cc1ded

+ 8 - 2
dashboard/src/main/home/add-on-dashboard/NewAddOnFlow.tsx

@@ -26,7 +26,13 @@ import Select from "components/porter/Select";
 type Props = {
 };
 
-const HIDDEN_CHARTS = ["porter-agent", "loki", "agent"];
+const HIDDEN_CHARTS = [
+  "agent",
+  "elasticache-chart",
+  "loki",
+  "porter-agent",
+  "rds-chart",
+];
 
 //For Charts that don't exist locally we need to add them in manually
 const TAG_MAPPING = {
@@ -270,4 +276,4 @@ const I = styled.i`
 const StyledTemplateComponent = styled.div`
       width: 100%;
       height: 100%;
-      `;
+      `;