From 312c27c038c61b18bfe65b2775f03eb4335e44bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Numan=20MENEK=C5=9EE?= Date: Wed, 13 Sep 2023 12:55:36 +0000 Subject: [PATCH] Edit the Object Storage > Public Access directory listing link On the Storage > Object Storage page, the directory listing page was not working because the "Public Access" link in the Detail Info popup was redirecting. Added "/" to the end of the link address. Change-Id: I27904475edc48404271bea1c42634f23be8ffbd1 --- src/pages/storage/containers/Container/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/storage/containers/Container/index.jsx b/src/pages/storage/containers/Container/index.jsx index 4ba3aba9..224910c7 100644 --- a/src/pages/storage/containers/Container/index.jsx +++ b/src/pages/storage/containers/Container/index.jsx @@ -65,7 +65,7 @@ function PopUpContent({ name }) { {t('Public Access')} {data.link ? ( - + {t('Click To View')} ) : (