conflicts
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index 30ecc9810eb40d338c2ec37d538fb17d549cebea..5f321bfe72f9f292542b86225d521a14207234d9 100644 (file)
@@ -69,5 +69,8 @@ export enum ContextMenuKind {
     PROCESS = "Process",
     PROCESS_RESOURCE = 'ProcessResource',
     PROCESS_LOGS = "ProcessLogs",
-    REPOSITORY = "Repository"
+    REPOSITORY = "Repository",
+    SSH_KEY = "SshKey",
+    VIRTUAL_MACHINE = "VirtualMachine",
+    KEEP_SERVICE = "KeepService"
 }