File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
frontend/src/old-pages/Configure Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import {
29
29
SpaceBetween ,
30
30
Checkbox ,
31
31
Alert ,
32
+ Link ,
32
33
} from '@cloudscape-design/components'
33
34
34
35
// State
@@ -318,7 +319,8 @@ export function FsxLustreSettings({index}: any) {
318
319
helpPanel = {
319
320
< TitleDescriptionHelpPanel
320
321
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" />
322
324
}
323
325
footerLinks = { lustreTypeFooterLinks }
324
326
/>
@@ -1197,11 +1199,12 @@ function Storage() {
1197
1199
< Header
1198
1200
description = {
1199
1201
< 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' ) }
1203
1206
href = "https://docs.aws.amazon.com/parallelcluster/latest/ug/shared-storage-quotas-v3.html"
1204
- > </ a >
1207
+ / >
1205
1208
</ Trans >
1206
1209
}
1207
1210
>
You can’t perform that action at this time.
0 commit comments