From 13e66547bc2d475e3ffc6ea4753effeffe6e4142 Mon Sep 17 00:00:00 2001 From: R-Lawton Date: Thu, 24 Oct 2024 19:32:01 +0100 Subject: [PATCH] removing info box Signed-off-by: R-Lawton --- locales/en/plugin__kuadrant-console-plugin.json | 1 - src/components/KuadrantPoliciesPage.tsx | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/locales/en/plugin__kuadrant-console-plugin.json b/locales/en/plugin__kuadrant-console-plugin.json index 459ecc9..c562a3a 100644 --- a/locales/en/plugin__kuadrant-console-plugin.json +++ b/locales/en/plugin__kuadrant-console-plugin.json @@ -55,7 +55,6 @@ "Hide for session": "Hide for session", "highlights": "highlights", "HTTPRoute API Target Reference": "HTTPRoute API Target Reference", - "Info about this page": "Info about this page", "Issuer": "Issuer", "Issuer API Target Reference": "Issuer API Target Reference", "Issuer: Reference to the issuer for the created certificate. To create an additional Issuer go to": "Issuer: Reference to the issuer for the created certificate. To create an additional Issuer go to", diff --git a/src/components/KuadrantPoliciesPage.tsx b/src/components/KuadrantPoliciesPage.tsx index 8cbcaf9..9add436 100644 --- a/src/components/KuadrantPoliciesPage.tsx +++ b/src/components/KuadrantPoliciesPage.tsx @@ -16,8 +16,6 @@ import { import { Title } from '@patternfly/react-core'; import { - Alert, - AlertGroup, Dropdown, DropdownItem, DropdownList, @@ -69,14 +67,6 @@ export const AllPoliciesListPage: React.FC<{ return ( <> - {showAlertGroup && ( - - - ... - - - )} -
r.gvk)} @@ -133,12 +123,6 @@ const PoliciesListPage: React.FC<{ resource: Resource; activeNamespace: string } return ( <> - - - {/* Add any informational content here */} - ... - -