conflicts
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index d08798f773beef21fd7e29dec533b71a6d69eedd..5f321bfe72f9f292542b86225d521a14207234d9 100644 (file)
@@ -71,5 +71,6 @@ export enum ContextMenuKind {
     PROCESS_LOGS = "ProcessLogs",
     REPOSITORY = "Repository",
     SSH_KEY = "SshKey",
     PROCESS_LOGS = "ProcessLogs",
     REPOSITORY = "Repository",
     SSH_KEY = "SshKey",
-    VIRTUAL_MACHINE = "VirtualMachine"
+    VIRTUAL_MACHINE = "VirtualMachine",
+    KEEP_SERVICE = "KeepService"
 }
 }