X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c27efd822acfd3bd93fc3e2e3e24a24146811eb7..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 30ecc9810e..211881ca59 100644 --- a/src/views-components/context-menu/context-menu.tsx +++ b/src/views-components/context-menu/context-menu.tsx @@ -69,5 +69,7 @@ export enum ContextMenuKind { PROCESS = "Process", PROCESS_RESOURCE = 'ProcessResource', PROCESS_LOGS = "ProcessLogs", - REPOSITORY = "Repository" + REPOSITORY = "Repository", + SSH_KEY = "SshKey", + KEEP_SERVICE = "KeepService" }