context-menu-for-user-data-explorer
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index 211881ca599954728c2cb22a1a8b62a744ca8bb9..29b8afbcb853c83355d8faaaa8d9d59fabd0a313 100644 (file)
@@ -71,5 +71,7 @@ export enum ContextMenuKind {
     PROCESS_LOGS = "ProcessLogs",
     REPOSITORY = "Repository",
     SSH_KEY = "SshKey",
-    KEEP_SERVICE = "KeepService"
+    VIRTUAL_MACHINE = "VirtualMachine",
+    KEEP_SERVICE = "KeepService",
+    USER = "User"
 }