[arvados] updated: 2.7.0-6260-g83a1b654fd
git repository hosting
git at public.arvados.org
Wed Mar 27 15:48:15 UTC 2024
Summary of changes:
.../context-menu/action-sets/collection-files-item-action-set.ts | 3 +++
.../src/views-components/context-menu/context-menu-action-set.ts | 6 ++++++
2 files changed, 9 insertions(+)
via 83a1b654fd2a6e15c6122da161a32443e7409623 (commit)
from 6e0c005287a02a30aff2a286dc861be1b6dabafd (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 83a1b654fd2a6e15c6122da161a32443e7409623
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Wed Mar 27 11:47:59 2024 -0400
21448: expanded string constants Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/views-components/context-menu/action-sets/collection-files-item-action-set.ts b/services/workbench2/src/views-components/context-menu/action-sets/collection-files-item-action-set.ts
index fb158a826d..e42c82bf8e 100644
--- a/services/workbench2/src/views-components/context-menu/action-sets/collection-files-item-action-set.ts
+++ b/services/workbench2/src/views-components/context-menu/action-sets/collection-files-item-action-set.ts
@@ -35,12 +35,14 @@ export const readOnlyCollectionDirectoryItemActionSet: ContextMenuActionSet = [
},
{
component: CollectionFileViewerAction,
+ name: "Open in new tab",
execute: () => {
return;
},
},
{
component: CollectionCopyToClipboardAction,
+ name: "Copy to clipboard",
execute: () => {
return;
},
@@ -52,6 +54,7 @@ export const readOnlyCollectionFileItemActionSet: ContextMenuActionSet = [
[
{
component: DownloadCollectionFileAction,
+ name: "Download",
execute: () => {
return;
},
diff --git a/services/workbench2/src/views-components/context-menu/context-menu-action-set.ts b/services/workbench2/src/views-components/context-menu/context-menu-action-set.ts
index 65e96ad7e8..3bda751aaf 100644
--- a/services/workbench2/src/views-components/context-menu/context-menu-action-set.ts
+++ b/services/workbench2/src/views-components/context-menu/context-menu-action-set.ts
@@ -15,12 +15,15 @@ export enum ContextMenuActionNames {
API_DETAILS = 'API Details',
CANCEL = 'CANCEL',
COPY_AND_RERUN_PROCESS = 'Copy and re-run process',
+ COPY_ITEM_INTO_EXISTING_COLLECTION = 'Copy item into existing collection',
+ COPY_ITEM_INTO_NEW_COLLECTION = 'Copy item into new collection',
COPY_SELECTED_INTO_EXISTING_COLLECTION = 'Copy selected into existing collection',
COPY_SELECTED_INTO_SEPARATE_COLLECTIONS = 'Copy selected into separate collections',
COPY_SELECTED_INTO_NEW_COLLECTION = 'Copy selected into new collection',
COPY_TO_CLIPBOARD = 'Copy to clipboard',
DEACTIVATE_USER = 'Deactivate user',
DELETE_WORKFLOW = 'Delete Workflow',
+ DOWNLOAD = 'Download',
EDIT_COLLECTION = 'Edit collection',
EDIT_PROCESS = 'Edit process',
EDIT_PROJECT = 'Edit project',
@@ -28,6 +31,8 @@ export enum ContextMenuActionNames {
LOGIN_AS_USER = 'Login as user',
MAKE_A_COPY = 'Make a copy',
MANAGE = 'Manage',
+ MOVE_ITEM_INTO_EXISTING_COLLECTION = 'Move item into existing collection',
+ MOVE_ITEM_INTO_NEW_COLLECTION = 'Move item into new collection',
MOVE_SELECTED_INTO_EXISTING_COLLECTION = 'Move selected into existing collection',
MOVE_SELECTED_INTO_NEW_COLLECTION = 'Move selected into new collection',
MOVE_SELECTED_INTO_SEPARATE_COLLECTIONS = 'Move selected into separate collections',
@@ -38,6 +43,7 @@ export enum ContextMenuActionNames {
OPEN_IN_NEW_TAB = 'Open in new tab',
OPEN_W_3RD_PARTY_CLIENT = 'Open with 3rd party client',
OUTPUTS = 'Outputs',
+ PROVENANCE_GRAPH = 'Provenance graph',
READ = 'Read',
REMOVE = 'Remove',
REMOVE_SELECTED = 'Remove selected',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list