X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/8805314e7327cda30d455d0c05075ee37f3a490e..a0aedfcf68e7b3d4caeee3e36d776ca0b34780bf:/src/views-components/context-menu/context-menu.tsx diff --git a/src/views-components/context-menu/context-menu.tsx b/src/views-components/context-menu/context-menu.tsx index d5c82be2..30ecc981 100644 --- a/src/views-components/context-menu/context-menu.tsx +++ b/src/views-components/context-menu/context-menu.tsx @@ -62,9 +62,12 @@ export enum ContextMenuKind { TRASH = "Trash", COLLECTION_FILES = "CollectionFiles", COLLECTION_FILES_ITEM = "CollectionFilesItem", + COLLECTION_FILES_NOT_SELECTED = "CollectionFilesNotSelected", COLLECTION = 'Collection', COLLECTION_RESOURCE = 'CollectionResource', + TRASHED_COLLECTION = 'TrashedCollection', PROCESS = "Process", PROCESS_RESOURCE = 'ProcessResource', - PROCESS_LOGS = "ProcessLogs" + PROCESS_LOGS = "ProcessLogs", + REPOSITORY = "Repository" }