Merge branch 'master' into 14452-my-account
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index 30ecc9810eb40d338c2ec37d538fb17d549cebea..3fa1ab30d83d5d994e7b94bbe49b356deee74009 100644 (file)
@@ -69,5 +69,9 @@ export enum ContextMenuKind {
     PROCESS = "Process",
     PROCESS_RESOURCE = 'ProcessResource',
     PROCESS_LOGS = "ProcessLogs",
-    REPOSITORY = "Repository"
+    REPOSITORY = "Repository",
+    SSH_KEY = "SshKey",
+    VIRTUAL_MACHINE = "VirtualMachine",
+    KEEP_SERVICE = "KeepService",
+    NODE = "Node"
 }