diff --git a/pkg/networkmanager/bond.jsx b/pkg/networkmanager/bond.jsx index f56f02961..cae872b00 100644 --- a/pkg/networkmanager/bond.jsx +++ b/pkg/networkmanager/bond.jsx @@ -24,7 +24,7 @@ import { FormGroup } from "@patternfly/react-core/dist/esm/components/Form/index import { FormSelect, FormSelectOption } from "@patternfly/react-core/dist/esm/components/FormSelect/index.js"; import { Popover } from "@patternfly/react-core/dist/esm/components/Popover/index.js"; import { TextInput } from "@patternfly/react-core/dist/esm/components/TextInput/index.js"; -import { ExternalLinkSquareAltIcon, HelpIcon } from '@patternfly/react-icons'; +import { HelpIcon } from '@patternfly/react-icons'; import { MacMenu, MemberInterfaceChoices, NetworkModal, Name, dialogSave } from './dialogs-common.jsx'; import { ModelContext } from './model-context.jsx'; @@ -151,16 +151,6 @@ export const BondDialog = ({ connection, dev, settings }) => { {_("A network bond combines multiple network interfaces into one logical interface with higher throughput or redundancy.")} } - footerContent={ - - } > ), @@ -184,16 +184,6 @@ const CryptoPolicyDialog = ({ {_("Cryptographic Policies is a system component that configures the core cryptographic subsystems, covering the TLS, IPSec, SSH, DNSSec, and Kerberos protocols.")} } - footerContent={ - - } > - } - > -