Changed Labels for storage section (#750)

Co-authored-by: Benjamin Perez <benjamin@bexsoft.net>
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com>
This commit is contained in:
Alex
2021-05-17 13:52:20 -05:00
committed by GitHub
parent cf27e20bf2
commit 40aca3da79
2 changed files with 4 additions and 4 deletions

View File

@@ -304,9 +304,9 @@ const DirectCSIMain = ({
<Grid item xs={12}> <Grid item xs={12}>
{notAvailable ? ( {notAvailable ? (
<div className={classes.notAvailableNotice}> <div className={classes.notAvailableNotice}>
Direct CSI seems not to be installed, for more information To manage locally attached drives you need to install direct-csi, for more information
<br /> <br />
please go to this please follow this
<a <a
href="https://github.com/minio/direct-csi" href="https://github.com/minio/direct-csi"
rel="noreferrer" rel="noreferrer"

View File

@@ -67,8 +67,8 @@ const StorageMain = ({ classes, setErrorSnackMessage }: IStorageMain) => {
textColor="primary" textColor="primary"
aria-label="cluster-tabs" aria-label="cluster-tabs"
> >
<Tab label="PVCs" /> <Tab label="Volumes" />
<Tab label="Direct CSI Drives" /> <Tab label="Drives" />
</Tabs> </Tabs>
</Grid> </Grid>
{selectedTab === 0 && <StoragePVCs />} {selectedTab === 0 && <StoragePVCs />}