Skip to content

Commit

Permalink
design tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Oct 2, 2020
2 parents 9d5bfe5 + 26d5b9d commit 49f5638
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const defaultAlertText: (onDismiss: (persist: boolean) => void) => MountP
color="primary"
fill
href="https://www.elastic.co/what-is/elastic-stack-security"
target="_blank"
>
{i18n.translate('security.checkup.learnMoreButtonText', {
defaultMessage: `Learn more`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export class InsecureClusterService {
text:
this.alertText ??
defaultAlertText((persist: boolean) => this.setAlertVisibility(false, persist)),
iconType: 'alert',
},
{
toastLifeTimeMs: tenDays,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ export const insecureClusterAlertText = (onDismiss: (persist: boolean) => void)
color="primary"
fill
href="https://www.elastic.co/what-is/elastic-stack-security"
target="_blank"
>
{i18n.translate('xpack.security.checkup.learnMoreButtonText', {
defaultMessage: `Learn more`,
{i18n.translate('xpack.security.checkup.enableButtonText', {
defaultMessage: `Enable security`,
})}
</EuiButton>
</EuiFlexItem>
Expand Down

0 comments on commit 49f5638

Please sign in to comment.