X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3367b1ff2a1d1050bb435f7bc8230c03435b2529..17d467bf2fecc68a6d66beea293cf23a38f95a53:/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 ad6f7e3060..211881ca59 100644 --- a/src/views-components/context-menu/context-menu.tsx +++ b/src/views-components/context-menu/context-menu.tsx @@ -62,10 +62,14 @@ 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", + KEEP_SERVICE = "KeepService" }