Procházet zdrojové kódy

newrelic (#3809)

Co-authored-by: Trevor Shim <trevorshim@Trevors-MacBook-Air.local>
sunguroku před 2 roky
rodič
revize
277a3ef650
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      dashboard/src/shared/hardcodedNameDict.tsx

+ 1 - 0
dashboard/src/shared/hardcodedNameDict.tsx

@@ -27,6 +27,7 @@ const hardcodedNames: { [key: string]: string } = {
   keda: "KEDA",
   "grafana-agent": "Grafana Agent",
   "ecr-secrets-updater": "ECR Secrets Updater",
+  "nri-bundle": "New Relic",
 };
 
 const hardcodedIcons: { [key: string]: string } = {