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={} iconPosition="right" - href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/assembly_installing-the-system-in-fips-mode_security-hardening"> + href="https://documentation.suse.com/sle-micro/6.0/html/Micro-selinux/selinux-article.html"> {_("Learn more")} ), @@ -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.")} } - footerContent={ - } 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")} - - } > 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 = ( - - {_("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.")} - - } - footerContent={ - } iconPosition="right" - href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/managing_systems_using_the_rhel_9_web_console/index#performance-tuning-options-in-the-web-console_optimizing-the-system-performance-using-the-web-console"> - {_("Learn more")} - - } - > - - - - - ); - return ( { { _("Disable simultaneous multithreading") } (nosmt) - - - { _("Read more...") } - - , ]} 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, dev, settings }) => { {_("A network bond combines multiple network interfaces into one logical interface with higher throughput or redundancy.")} } - footerContent={ - } iconPosition="right" - href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/configuring-network-bonds-using-the-web-console_system-management-using-the-rhel-9-web-console"> - {_("Learn more")} - - } >