V2Wizard: add alert on snapshot step
Inform users that the snapshots only apply to RHEL content for now.
This commit is contained in:
parent
160381908a
commit
a8112410b6
1 changed files with 9 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import React from 'react';
|
||||
|
||||
import { Button, Form, Grid, Text, Title } from '@patternfly/react-core';
|
||||
import { Alert, Button, Form, Grid, Text, Title } from '@patternfly/react-core';
|
||||
import { ExternalLinkAltIcon } from '@patternfly/react-icons';
|
||||
import { useHref } from 'react-router-dom';
|
||||
|
||||
|
|
@ -14,6 +14,14 @@ export default function SnapshotStep() {
|
|||
<Title headingLevel="h1" size="xl">
|
||||
Repository snapshot
|
||||
</Title>
|
||||
<Alert
|
||||
variant="info"
|
||||
isInline
|
||||
title="The snapshot date only applies to RHEL content."
|
||||
>
|
||||
Third party, custom repositories will always use the newest repository
|
||||
state available.
|
||||
</Alert>
|
||||
<Grid>
|
||||
<Text>
|
||||
Control the consistency of the packages in the repository used to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue