Change register tabs (#2250)
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com>
This commit is contained in:
@@ -102,7 +102,7 @@ const ApiKeyRegister = ({
|
||||
>
|
||||
<FormTitle
|
||||
icon={<OnlineRegistrationIcon />}
|
||||
title={`API key activation of MinIO Subscription Network License`}
|
||||
title={`Register cluster with API key`}
|
||||
/>
|
||||
</Box>
|
||||
<Box
|
||||
|
||||
@@ -644,7 +644,7 @@ const Register = ({ classes }: IRegister) => {
|
||||
>
|
||||
<FormTitle
|
||||
icon={<OfflineRegistrationIcon />}
|
||||
title={`Offline activation of MinIO Subscription Network License`}
|
||||
title={`Register cluster in an Airgap environment`}
|
||||
/>
|
||||
</Box>
|
||||
|
||||
@@ -849,17 +849,17 @@ const Register = ({ classes }: IRegister) => {
|
||||
scrollButtons="auto"
|
||||
>
|
||||
<Tab
|
||||
label="Online Activation"
|
||||
label="Credentials"
|
||||
id="simple-tab-0"
|
||||
aria-controls="simple-tabpanel-0"
|
||||
/>
|
||||
<Tab
|
||||
label="API Key Activation"
|
||||
label="API Key"
|
||||
id="simple-tab-1"
|
||||
aria-controls="simple-tabpanel-1"
|
||||
/>
|
||||
<Tab
|
||||
label="Offline Activation"
|
||||
label="Airgap"
|
||||
id="simple-tab-2"
|
||||
aria-controls="simple-tabpanel-2"
|
||||
onClick={() => fetchSubnetRegToken()}
|
||||
|
||||
@@ -169,7 +169,7 @@ const RegisterOperator = ({ classes }: IRegister) => {
|
||||
scrollButtons="auto"
|
||||
>
|
||||
<Tab
|
||||
label="API Key Activation"
|
||||
label="API Key"
|
||||
id="simple-tab-0"
|
||||
aria-controls="simple-tabpanel-1"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user