Skip to content

Commit

Permalink
fix(UnsupportedSSG): RHICOMPL-1250 - Update popover text
Browse files Browse the repository at this point in the history
  • Loading branch information
bastilian committed Dec 17, 2020
1 parent 0e485c1 commit 0fe84e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { Popover, Text } from '@patternfly/react-core';
import { ExclamationTriangleIcon, OutlinedQuestionCircleIcon } from '@patternfly/react-icons';

const UnsupportedSSGVersion = ({ ssgVersion }) => {
const bodyContent = 'This system is running an unsupported version of the SCAP Security Guide (SSG).' +
'This information is based on the last report uploaded for this system to the Compliance service.';
const bodyContent = 'This system was using an incompatible version of the SSG at the time this report was generated.' +
' Assessment of rules failed/passed on this system is a best-guess effort and may not be accurate.';
const supportedConfigsLink = 'https://access.redhat.com/documentation/en-us/red_hat_insights/2020-10/' +
'html/assessing_and_monitoring_security_policy_compliance_of_rhel_systems/' +
'compl-assess-overview-con#compl-assess-supported-configurations-con';
Expand Down

0 comments on commit 0fe84e4

Please sign in to comment.