[ARVADOS-WORKBENCH2] updated: 2.1.0-139-g515ca43f

Git user git at public.arvados.org
Tue Jan 5 21:00:35 UTC 2021


Summary of changes:
 src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  515ca43f5ea8c913b4c17224698a15778fea6c95 (commit)
      from  67a00c749f694747c9b7941437e032d4269157da (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 515ca43f5ea8c913b4c17224698a15778fea6c95
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue Jan 5 16:00:19 2021 -0500

    16622: Make the http version a link too
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx b/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx
index 5b797e30..1aa9a15b 100644
--- a/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx
+++ b/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx
@@ -95,7 +95,7 @@ export const WebDavS3InfoDialog = compose(
 
                     <DetailsAttribute
                         label='Internet address'
-                        value={winDav.toString()}
+                        value={<a href={winDav.toString()}>{winDav.toString()}</a>}
                         copyValue={winDav.toString()} />
 
                     <DetailsAttribute

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list