X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/8a570b430be529010e28929c589103ad6ffebedd..e8e0182d65a74b1a222127eb8b36f31a906b14c8:/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 ad6f7e30..af5aaa92 100644 --- a/src/views-components/context-menu/context-menu.tsx +++ b/src/views-components/context-menu/context-menu.tsx @@ -62,10 +62,13 @@ 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", + SSH_KEY = "SshKey" }