init view log with props
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index 5d94766c447674170560e45b5392993ef505a977..d92948c84ae27db97540147cee89de4c59e3ba6e 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"
 }