From 9aa3a973ba31d5f49efa43fa97a3b5c373852f2c Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Thu, 14 Nov 2024 13:35:05 +0000 Subject: [PATCH] add blank target, remove some broken links Signed-off-by: Jason Madigan --- .../en/plugin__kuadrant-console-plugin.json | 3 -- src/components/KuadrantOverviewPage.tsx | 30 ++----------------- src/constants/links.ts | 1 - 3 files changed, 2 insertions(+), 32 deletions(-) diff --git a/locales/en/plugin__kuadrant-console-plugin.json b/locales/en/plugin__kuadrant-console-plugin.json index f67bafe..316983e 100644 --- a/locales/en/plugin__kuadrant-console-plugin.json +++ b/locales/en/plugin__kuadrant-console-plugin.json @@ -1,9 +1,7 @@ { - "Add a new Gateway": "Add a new Gateway", "Add Limit": "Add Limit", "All Policies": "All Policies", "All references for the resource have been resolved.": "All references for the resource have been resolved.", - "API Designer": "API Designer", "APIs / HTTPRoutes": "APIs / HTTPRoutes", "Auth": "Auth", "AuthPolicy": "AuthPolicy", @@ -21,7 +19,6 @@ "Create DNS Policy": "Create DNS Policy", "Create Gateway": "Create Gateway", "Create HTTPRoute": "Create HTTPRoute", - "Create Policies in": "Create Policies in", "Create Policy": "Create Policy", "Create RateLimit Policy": "Create RateLimit Policy", "Create TLS Policy": "Create TLS Policy", diff --git a/src/components/KuadrantOverviewPage.tsx b/src/components/KuadrantOverviewPage.tsx index 58a2573..ca3f88f 100644 --- a/src/components/KuadrantOverviewPage.tsx +++ b/src/components/KuadrantOverviewPage.tsx @@ -28,7 +28,6 @@ import { GlobeIcon, ReplicatorIcon, OptimizeIcon, - ArrowRightIcon, ExternalLinkAltIcon, EllipsisVIcon, } from '@patternfly/react-icons'; @@ -201,29 +200,12 @@ const KuadrantOverviewPage: React.FC = () => { )} - - - {t('Create Policies in')} {t('Kuadrant')} - - - - - {t('Add a new Gateway')} - - {t('View Documentation')} @@ -264,20 +246,12 @@ const KuadrantOverviewPage: React.FC = () => { )} - - - {t('API Designer')} - - Observability for {t('Kuadrant')} diff --git a/src/constants/links.ts b/src/constants/links.ts index 126c30f..756af82 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -1,7 +1,6 @@ // Internal Links export const INTERNAL_LINKS = { createPolicies: '/kuadrant/all-namespaces/policies', - apiDesigner: 'https://www.apicur.io/studio/', addNewGateway: (namespace: string) => `/k8s/ns/${ namespace === '#ALL_NS#' ? 'default' : namespace