Skip to content

Commit ab240a4

Browse files
Mattia Franchettomtfranchetto
Mattia Franchetto
authored andcommitted
Add external icon to storage description link
1 parent 6f36c84 commit ab240a4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

frontend/src/old-pages/Configure/Storage.tsx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import {
2929
SpaceBetween,
3030
Checkbox,
3131
Alert,
32+
Link,
3233
} from '@cloudscape-design/components'
3334

3435
// State
@@ -318,7 +319,8 @@ export function FsxLustreSettings({index}: any) {
318319
helpPanel={
319320
<TitleDescriptionHelpPanel
320321
title={t('wizard.storage.Fsx.lustreType.label')}
321-
description={<Trans i18nKey="wizard.storage.Fsx.lustreType.help" />
322+
description={
323+
<Trans i18nKey="wizard.storage.Fsx.lustreType.help" />
322324
}
323325
footerLinks={lustreTypeFooterLinks}
324326
/>
@@ -1197,11 +1199,12 @@ function Storage() {
11971199
<Header
11981200
description={
11991201
<Trans i18nKey="wizard.storage.container.description">
1200-
<a
1201-
rel="noreferrer"
1202-
target="_blank"
1202+
<Link
1203+
variant="primary"
1204+
external
1205+
externalIconAriaLabel={t('global.openNewTab')}
12031206
href="https://docs.aws.amazon.com/parallelcluster/latest/ug/shared-storage-quotas-v3.html"
1204-
></a>
1207+
/>
12051208
</Trans>
12061209
}
12071210
>

0 commit comments

Comments
 (0)