refs #13828 Merge branch 'origin/13828-trash-view'
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index 2df776e59e8fe3ac54f41dabf969bd4241d6c40b..a545b2bdddfb447ebe5bf43ee768a841d52d36e8 100644 (file)
@@ -64,5 +64,6 @@ export enum ContextMenuKind {
     COLLECTION_FILES_ITEM = "CollectionFilesItem",
     COLLECTION = 'Collection',
     COLLECTION_RESOURCE = 'CollectionResource',
-    PROCESS = "Process"
+    PROCESS = "Process",
+    PROCESS_LOGS = "ProcessLogs"
 }