add keep services panel with state and all dialogs for actions
[arvados.git] / src / views-components / context-menu / context-menu.tsx
index 30ecc9810eb40d338c2ec37d538fb17d549cebea..211881ca599954728c2cb22a1a8b62a744ca8bb9 100644 (file)
@@ -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"
 }