[ARVADOS-WORKBENCH2] updated: 2.2.1-37-g8e3a9d49

Git user git at public.arvados.org
Wed Jul 28 13:58:57 UTC 2021


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

       via  8e3a9d4984273a913d472c4af63024c839d22ec6 (commit)
      from  87fff7ceda76e813646e3fe1c2c41bb8ad567143 (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 8e3a9d4984273a913d472c4af63024c839d22ec6
Author: Stephen Smith <stephen at curii.com>
Date:   Wed Jul 28 09:56:57 2021 -0400

    17526: Rename cyberduck tab to webdav, mention credentials in mac/win tab
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen 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 8e82619c..267d4412 100644
--- a/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx
+++ b/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx
@@ -151,7 +151,7 @@ export const WebDavS3InfoDialog = compose(
                 title={`Access with 3rd party client`} />
             <div className={props.classes.details} >
                 <Tabs value={activeTab} onChange={props.data.setActiveTab}>
-                    {supportsWebdav && <Tab value={0} key="cyberduck" label="Cyberduck/Mountain Duck or Gnome Files" />}
+                    {supportsWebdav && <Tab value={0} key="cyberduck" label="WebDAV" />}
                     {supportsWebdav && <Tab value={1} key="windows" label="Windows or MacOS" />}
                     <Tab value={2} key="s3" label="S3 bucket" />
                 </Tabs>
@@ -179,12 +179,14 @@ export const WebDavS3InfoDialog = compose(
                         <li>Open File Explorer</li>
                         <li>Click on "This PC", then go to Computer → Add a Network Location</li>
                         <li>Click Next, then choose "Add a custom network location", then click Next</li>
+                        <li>Use the "internet address" and credentials listed under Settings, above</li>
                     </ol>
 
                     <h3>MacOS</h3>
                     <ol>
                         <li>Open Finder</li>
                         <li>Click Go → Connect to server</li>
+                        <li>Use the "internet address" and credentials listed under Settings, above</li>
                     </ol>
                 </TabPanel>
 
@@ -204,6 +206,8 @@ export const WebDavS3InfoDialog = compose(
                         value={props.data.token}
                         copyValue={props.data.token} />
 
+                    <h3>Cyberduck/Mountain Duck</h3>
+
                     <Button
                         data-cy='download-button'
                         className={props.classes.downloadButton}

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list