From 8917f415cce17194666e8297118a46d5a07ce849 Mon Sep 17 00:00:00 2001 From: Daniel Valdivia Date: Mon, 17 May 2021 14:16:03 -0700 Subject: [PATCH] Line Break for Tenant Details (#751) Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com> --- .../Console/DirectCSI/DirectCSIDrives.tsx | 3 +- .../Tenants/TenantDetails/TenantDetails.tsx | 48 +++++++++---------- 2 files changed, 26 insertions(+), 25 deletions(-) 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}