Skip to content

Commit

Permalink
removing info box
Browse files Browse the repository at this point in the history
Signed-off-by: R-Lawton <[email protected]>
  • Loading branch information
R-Lawton committed Oct 24, 2024
1 parent b391657 commit 13e6654
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion locales/en/plugin__kuadrant-console-plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
16 changes: 0 additions & 16 deletions src/components/KuadrantPoliciesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import {

import { Title } from '@patternfly/react-core';
import {
Alert,
AlertGroup,
Dropdown,
DropdownItem,
DropdownList,
Expand Down Expand Up @@ -69,14 +67,6 @@ export const AllPoliciesListPage: React.FC<{
return (
<>
<ListPageBody>
{showAlertGroup && (
<AlertGroup className="kuadrant-alert-group">
<Alert title={t('Info about this page')} variant="info" isInline>
...
</Alert>
</AlertGroup>
)}

<div className="co-m-nav-title--row kuadrant-resource-create-container">
<ResourceList
resources={resources.map((r) => r.gvk)}
Expand Down Expand Up @@ -133,12 +123,6 @@ const PoliciesListPage: React.FC<{ resource: Resource; activeNamespace: string }
return (
<>
<ListPageBody>
<AlertGroup className="kuadrant-alert-group">
<Alert title={t('Info about this page')} variant="info" isInline>
{/* Add any informational content here */}
...
</Alert>
</AlertGroup>
<div className="co-m-nav-title--row kuadrant-resource-create-container">
<ResourceList resources={[resource.gvk]} namespace={activeNamespace} />
<div className="kuadrant-resource-create-button pf-u-mt-md">
Expand Down

0 comments on commit 13e6654

Please sign in to comment.