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}>
|
<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"
|
||||||
|
|||||||
@@ -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 />}
|
||||||
|
|||||||
Reference in New Issue
Block a user