[arvados] updated: 2.7.0-6267-g7993b27122

git repository hosting git at public.arvados.org
Fri Mar 29 14:07:06 UTC 2024


Summary of changes:
 services/workbench2/src/views-components/context-menu/menu-item-sort.ts | 2 ++
 1 file changed, 2 insertions(+)

       via  7993b2712271726a714904b1acfa6ccc151e0d0e (commit)
      from  b8aa1aef3a5f883d86d548aee9aecf82d3df82db (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 7993b2712271726a714904b1acfa6ccc151e0d0e
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Fri Mar 29 10:07:02 2024 -0400

    21448: running process also sorted Arvados-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 f321b5ed76..030f8801c3 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
@@ -112,6 +112,8 @@ const kindToOrder: Record<string, ContextMenuActionNames[]> = {
     [ContextMenuKind.PROCESS]: processOrder,
     [ContextMenuKind.PROCESS_ADMIN]: processOrder,
     [ContextMenuKind.PROCESS_RESOURCE]: processOrder,
+    [ContextMenuKind.RUNNING_PROCESS_ADMIN]: processOrder,
+    [ContextMenuKind.RUNNING_PROCESS_RESOURCE]: processOrder,
 
     [ContextMenuKind.PROJECT]: projectOrder,
     [ContextMenuKind.PROJECT_ADMIN]: projectOrder,

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list