Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions frontend/src/old-pages/Configure/Storage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import {
SpaceBetween,
Checkbox,
Alert,
Link,
} from '@cloudscape-design/components'

// State
Expand Down Expand Up @@ -318,7 +319,8 @@ export function FsxLustreSettings({index}: any) {
helpPanel={
<TitleDescriptionHelpPanel
title={t('wizard.storage.Fsx.lustreType.label')}
description={<Trans i18nKey="wizard.storage.Fsx.lustreType.help" />
description={
<Trans i18nKey="wizard.storage.Fsx.lustreType.help" />
}
footerLinks={lustreTypeFooterLinks}
/>
Expand Down Expand Up @@ -1197,11 +1199,12 @@ function Storage() {
<Header
description={
<Trans i18nKey="wizard.storage.container.description">
<a
rel="noreferrer"
target="_blank"
<Link
variant="primary"
external
externalIconAriaLabel={t('global.openNewTab')}
href="https://docs.aws.amazon.com/parallelcluster/latest/ug/shared-storage-quotas-v3.html"
></a>
/>
</Trans>
}
>
Expand Down