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 */} - ... - -