[arvados] updated: 2.7.0-6281-ge7c1d657a3
git repository hosting
git at public.arvados.org
Wed Apr 3 13:55:42 UTC 2024
Summary of changes:
.../workbench2/src/views-components/context-menu/menu-item-sort.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via e7c1d657a3f6b84dc1e2fa82883d7368c3859011 (commit)
from cb2ffbec735d31a376157e79ad4eaf54798e74e4 (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 e7c1d657a3f6b84dc1e2fa82883d7368c3859011
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Wed Apr 3 09:55:39 2024 -0400
21448: moved share button to 1st in 2nd group menuArvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/views-components/context-menu/menu-item-sort.ts b/services/workbench2/src/views-components/context-menu/menu-item-sort.ts
index 8a6b6b0e19..17c3ba7c5f 100644
--- a/services/workbench2/src/views-components/context-menu/menu-item-sort.ts
+++ b/services/workbench2/src/views-components/context-menu/menu-item-sort.ts
@@ -79,9 +79,9 @@ const projectOrder = [
ContextMenuActionNames.OPEN_WITH_3RD_PARTY_CLIENT,
ContextMenuActionNames.API_DETAILS,
ContextMenuActionNames.DIVIDER,
+ ContextMenuActionNames.SHARE,
ContextMenuActionNames.NEW_PROJECT,
ContextMenuActionNames.EDIT_PROJECT,
- ContextMenuActionNames.SHARE,
ContextMenuActionNames.MOVE_TO,
ContextMenuActionNames.MOVE_TO_TRASH,
ContextMenuActionNames.DIVIDER,
@@ -97,8 +97,8 @@ const collectionOrder = [
ContextMenuActionNames.OPEN_WITH_3RD_PARTY_CLIENT,
ContextMenuActionNames.API_DETAILS,
ContextMenuActionNames.DIVIDER,
- ContextMenuActionNames.EDIT_COLLECTION,
ContextMenuActionNames.SHARE,
+ ContextMenuActionNames.EDIT_COLLECTION,
ContextMenuActionNames.MOVE_TO,
ContextMenuActionNames.MAKE_A_COPY,
ContextMenuActionNames.MOVE_TO_TRASH,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list