X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/27d2ca4c2691cad55993f25a4427d48e86ec6166..a353970c1fcfc61ebac8b3587f4b16b6c25b62e1:/src/views-components/context-menu/action-sets/collection-action-set.ts diff --git a/src/views-components/context-menu/action-sets/collection-action-set.ts b/src/views-components/context-menu/action-sets/collection-action-set.ts index 170e7e9a30..afdc03b5f5 100644 --- a/src/views-components/context-menu/action-sets/collection-action-set.ts +++ b/src/views-components/context-menu/action-sets/collection-action-set.ts @@ -17,7 +17,8 @@ import { AdvancedIcon, OpenIcon, Link, - RestoreVersionIcon + RestoreVersionIcon, + FolderSharedIcon } from "~/components/icon/icon"; import { openCollectionUpdateDialog } from "~/store/collections/collection-update-actions"; import { favoritePanelActions } from "~/store/favorite-panel/favorite-panel-action"; @@ -88,8 +89,8 @@ export const readOnlyCollectionActionSet: ContextMenuActionSet = [[ ...commonActionSet.reduce((prev, next) => prev.concat(next), []), toggleFavoriteAction, { - icon: AdvancedIcon, - name: "Connecting with WebDav or S3", + icon: FolderSharedIcon, + name: "Open as network folder or S3 bucket", execute: (dispatch, resource) => { dispatch(openWebDavS3InfoDialog(resource.uuid)); }