15012: Adds 'All Processes' item to left panel tree.
[arvados-workbench2.git] / src / routes / routes.ts
index bb518d3fcfe803f109c56ac379646edc7b0f9c14..ced460e77ceeb0689a7467a5f332304097345aa8 100644 (file)
@@ -47,6 +47,7 @@ export const Routes = {
     LINKS: '/links',
     PUBLIC_FAVORITES: '/public-favorites',
     COLLECTIONS_CONTENT_ADDRESS: '/collections/:id',
+    ALL_PROCESSES: '/all_processes',
 };
 
 export const getResourceUrl = (uuid: string) => {