Merge "Edit the Object Storage > Public Access directory listing link"

This commit is contained in:
Zuul 2023-11-27 03:36:06 +00:00 committed by Gerrit Code Review
commit 6451966842

View File

@ -65,7 +65,7 @@ function PopUpContent({ name }) {
<Col span={8}>{t('Public Access')}</Col>
<Col span={12}>
{data.link ? (
<a type="link" href={data.link} target="_blank" rel="noreferrer">
<a type="link" href={data.link.endsWith('/') ? data.link : data.link + '/'} target="_blank" rel="noreferrer">
{t('Click To View')}
</a>
) : (