Skip to content

Commit

Permalink
Add scheduled upgrades warning to support page (#49404)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbattirola committed Dec 20, 2024
1 parent 04d1a52 commit ddb9c35
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions web/packages/teleport/src/Support/Support.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,27 @@ export const Support = ({
<DataItem title="License Expiry" data={licenseExpiryDateText} />
)}
</StyledContentRow>
{isCloud && (
<Flex mt="5">
<Icons.Info mr="2" />
<Text>
Looking for{' '}
<Text
fontWeight={'bold'}
css={`
display: inline;
`}
>
Scheduled Upgrades?
</Text>{' '}
It is now in{' '}
<Link to={cfg.getManageClusterRoute(clusterId)}>
Cluster Management
</Link>{' '}
page.
</Text>
</Flex>
)}
</StyledMultiRowBox>
<MobileSeparator />
<StyledMultiRowBox mb={3}>
Expand Down

0 comments on commit ddb9c35

Please sign in to comment.