add keep services panel with state and all dialogs for actions
[arvados.git] / src / views-components / context-menu / context-menu.tsx
index a545b2bdddfb447ebe5bf43ee768a841d52d36e8..211881ca599954728c2cb22a1a8b62a744ca8bb9 100644 (file)
@@ -62,8 +62,14 @@ export enum ContextMenuKind {
     TRASH = "Trash",
     COLLECTION_FILES = "CollectionFiles",
     COLLECTION_FILES_ITEM = "CollectionFilesItem",
+    COLLECTION_FILES_NOT_SELECTED = "CollectionFilesNotSelected",
     COLLECTION = 'Collection',
     COLLECTION_RESOURCE = 'CollectionResource',
+    TRASHED_COLLECTION = 'TrashedCollection',
     PROCESS = "Process",
-    PROCESS_LOGS = "ProcessLogs"
+    PROCESS_RESOURCE = 'ProcessResource',
+    PROCESS_LOGS = "ProcessLogs",
+    REPOSITORY = "Repository",
+    SSH_KEY = "SshKey",
+    KEEP_SERVICE = "KeepService"
 }