109 lines
6.0 KiB
Diff
109 lines
6.0 KiB
Diff
|
Index: cockpit-309/pkg/systemd/overview-cards/cryptoPolicies.jsx
|
||
|
===================================================================
|
||
|
--- cockpit-309.orig/pkg/systemd/overview-cards/cryptoPolicies.jsx
|
||
|
+++ cockpit-309/pkg/systemd/overview-cards/cryptoPolicies.jsx
|
||
|
@@ -115,7 +115,7 @@ const CryptoPolicyDialog = ({
|
||
|
variant='link'
|
||
|
isInline
|
||
|
icon={<ExternalLinkSquareAltIcon />} iconPosition="right"
|
||
|
- href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/security_hardening/assembly_installing-a-rhel-8-system-with-fips-mode-enabled_security-hardening">
|
||
|
+ href="https://documentation.suse.com/sle-micro/6.0/html/Micro-selinux/selinux-article.html">
|
||
|
{_("Learn more")}
|
||
|
</Button>
|
||
|
</Flex>),
|
||
|
@@ -154,16 +154,6 @@ const CryptoPolicyDialog = ({
|
||
|
{_("Cryptographic Policies is a system component that configures the core cryptographic subsystems, covering the TLS, IPSec, SSH, DNSSec, and Kerberos protocols.")}
|
||
|
</div>
|
||
|
}
|
||
|
- footerContent={
|
||
|
- <Button component='a'
|
||
|
- rel="noopener noreferrer" target="_blank"
|
||
|
- variant='link'
|
||
|
- isInline
|
||
|
- icon={<ExternalLinkSquareAltIcon />} iconPosition="right"
|
||
|
- href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening">
|
||
|
- {_("Learn more")}
|
||
|
- </Button>
|
||
|
- }
|
||
|
>
|
||
|
<Button variant="plain" aria-label={_("Help")}>
|
||
|
<HelpIcon />
|
||
|
Index: cockpit-309/pkg/systemd/overview-cards/tuned-dialog.jsx
|
||
|
===================================================================
|
||
|
--- cockpit-309.orig/pkg/systemd/overview-cards/tuned-dialog.jsx
|
||
|
+++ cockpit-309/pkg/systemd/overview-cards/tuned-dialog.jsx
|
||
|
@@ -273,36 +273,10 @@ const TunedDialog = ({
|
||
|
.finally(() => setLoading(false));
|
||
|
}, [updateButton, poll, tunedService, tunedDbus]);
|
||
|
|
||
|
- const help = (
|
||
|
- <Popover
|
||
|
- id="tuned-help"
|
||
|
- bodyContent={
|
||
|
- <div>
|
||
|
- {_("Tuned is a service that monitors your system and optimizes the performance under certain workloads. The core of Tuned are profiles, which tune your system for different use cases.")}
|
||
|
- </div>
|
||
|
- }
|
||
|
- footerContent={
|
||
|
- <Button component='a'
|
||
|
- rel="noopener noreferrer" target="_blank"
|
||
|
- variant='link'
|
||
|
- isInline
|
||
|
- icon={<ExternalLinkSquareAltIcon />} iconPosition="right"
|
||
|
- href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/managing_systems_using_the_rhel_8_web_console/index#optimizing-the-system-performance-using-the-web-console_system-management-using-the-RHEL-8-web-console">
|
||
|
- {_("Learn more")}
|
||
|
- </Button>
|
||
|
- }
|
||
|
- >
|
||
|
- <Button variant="plain" aria-label={_("Help")}>
|
||
|
- <HelpIcon />
|
||
|
- </Button>
|
||
|
- </Popover>
|
||
|
- );
|
||
|
-
|
||
|
return (
|
||
|
<Modal position="top" variant="medium"
|
||
|
className="ct-m-stretch-body"
|
||
|
isOpen
|
||
|
- help={help}
|
||
|
onClose={Dialogs.close}
|
||
|
title={_("Change performance profile")}
|
||
|
footer={
|
||
|
Index: cockpit-309/pkg/systemd/hwinfo.jsx
|
||
|
===================================================================
|
||
|
--- cockpit-309.orig/pkg/systemd/hwinfo.jsx
|
||
|
+++ cockpit-309/pkg/systemd/hwinfo.jsx
|
||
|
@@ -201,11 +201,6 @@ const CPUSecurityMitigationsDialog = ()
|
||
|
<DataListCell key="primary content">
|
||
|
<span>
|
||
|
<div className='nosmt-heading'>{ _("Disable simultaneous multithreading") } (nosmt)</div>
|
||
|
- <small className='nosmt-read-more-link'>
|
||
|
- <a href="https://access.redhat.com/security/vulnerabilities/L1TF" target="_blank" rel="noopener noreferrer">
|
||
|
- <ExternalLinkAltIcon /> { _("Read more...") }
|
||
|
- </a>
|
||
|
- </small>
|
||
|
</span>
|
||
|
</DataListCell>,
|
||
|
]}
|
||
|
Index: cockpit-309/pkg/networkmanager/bond.jsx
|
||
|
===================================================================
|
||
|
--- cockpit-309.orig/pkg/networkmanager/bond.jsx
|
||
|
+++ cockpit-309/pkg/networkmanager/bond.jsx
|
||
|
@@ -142,16 +142,6 @@ export const BondDialog = ({ connection,
|
||
|
{_("A network bond combines multiple network interfaces into one logical interface with higher throughput or redundancy.")}
|
||
|
</div>
|
||
|
}
|
||
|
- footerContent={
|
||
|
- <Button component='a'
|
||
|
- rel="noopener noreferrer" target="_blank"
|
||
|
- variant='link'
|
||
|
- isInline
|
||
|
- icon={<ExternalLinkSquareAltIcon />} iconPosition="right"
|
||
|
- href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/configuring-network-bonds-using-the-web-console_system-management-using-the-rhel-8-web-console">
|
||
|
- {_("Learn more")}
|
||
|
- </Button>
|
||
|
- }
|
||
|
>
|
||
|
<Button id="bond-help-popup-button" variant="plain" aria-label="Help">
|
||
|
<HelpIcon />
|