src: Rename RHEL 8.3 to just RHEL 8
We should pull these labels/descriptions from the service, but let's do that separately.
This commit is contained in:
parent
9b3e5ffbd8
commit
d45ee17aca
3 changed files with 3 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ class WizardStepImageOutput extends Component {
|
|||
|
||||
render() {
|
||||
const releaseOptions = [
|
||||
{ value: 'rhel-8', label: 'Red Hat Enterprise Linux (RHEL) 8.3' },
|
||||
{ value: 'rhel-8', label: 'Red Hat Enterprise Linux (RHEL) 8' },
|
||||
{ value: 'centos-8', label: 'CentOS Stream 8' },
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ class WizardStepReview extends Component {
|
|||
|
||||
render() {
|
||||
const releaseLabels = {
|
||||
'rhel-8': 'Red Hat Enterprise Linux (RHEL) 8.3',
|
||||
'rhel-8': 'Red Hat Enterprise Linux (RHEL) 8',
|
||||
'centos-8': 'CentOS Stream 8'
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue