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