conflicts
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index b6d2b91b1a5e58dd07353ed19eb024e48425c629..68a48ee3fdd5c4f5c2a3c6913a97ad101a718910 100644 (file)
@@ -68,5 +68,11 @@ export enum ContextMenuKind {
     TRASHED_COLLECTION = 'TrashedCollection',
     PROCESS = "Process",
     PROCESS_RESOURCE = 'ProcessResource',
-    PROCESS_LOGS = "ProcessLogs"
+    PROCESS_LOGS = "ProcessLogs",
+    REPOSITORY = "Repository",
+    SSH_KEY = "SshKey",
+    VIRTUAL_MACHINE = "VirtualMachine",
+    KEEP_SERVICE = "KeepService",
+    USER = "User",
+    NODE = "Node"
 }