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:
@@ -304,9 +304,9 @@ const DirectCSIMain = ({
|
||||
<Grid item xs={12}>
|
||||
{notAvailable ? (
|
||||
<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 />
|
||||
please go to this
|
||||
please follow this
|
||||
<a
|
||||
href="https://github.com/minio/direct-csi"
|
||||
rel="noreferrer"
|
||||
|
||||
@@ -67,8 +67,8 @@ const StorageMain = ({ classes, setErrorSnackMessage }: IStorageMain) => {
|
||||
textColor="primary"
|
||||
aria-label="cluster-tabs"
|
||||
>
|
||||
<Tab label="PVCs" />
|
||||
<Tab label="Direct CSI Drives" />
|
||||
<Tab label="Volumes" />
|
||||
<Tab label="Drives" />
|
||||
</Tabs>
|
||||
</Grid>
|
||||
{selectedTab === 0 && <StoragePVCs />}
|
||||
|
||||
Reference in New Issue
Block a user