diff --git a/portal-ui/src/screens/Console/DirectCSI/DirectCSIDrives.tsx b/portal-ui/src/screens/Console/DirectCSI/DirectCSIDrives.tsx index a3ddcec4d..3fa697d96 100644 --- a/portal-ui/src/screens/Console/DirectCSI/DirectCSIDrives.tsx +++ b/portal-ui/src/screens/Console/DirectCSI/DirectCSIDrives.tsx @@ -304,7 +304,8 @@ const DirectCSIMain = ({ {notAvailable ? (
- To manage locally attached drives you need to install direct-csi, for more information + To manage locally attached drives you need to install direct-csi, + for more information
please follow this {instances} Volumes: {volumes} - {tenant?.endpoints && ( - - Endpoint: - - - {tenant?.endpoints.minio} - - - Console: - - - {tenant?.endpoints.console} - - - - )} + {tenant?.endpoints && ( + + Endpoint: + + + {tenant?.endpoints.minio} + + + Console: + + + {tenant?.endpoints.console} + + + + )} State: {tenant?.currentState}