add keep services panel with state and all dialogs for actions
[arvados.git] / src / views-components / context-menu / context-menu.tsx
index d5c82be2d7f0736243f5e97661e4f7c7ec51d7a4..211881ca599954728c2cb22a1a8b62a744ca8bb9 100644 (file)
@@ -62,9 +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_RESOURCE = 'ProcessResource',
-    PROCESS_LOGS = "ProcessLogs"
+    PROCESS_LOGS = "ProcessLogs",
+    REPOSITORY = "Repository",
+    SSH_KEY = "SshKey",
+    KEEP_SERVICE = "KeepService"
 }