X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/7afb7801956875993e8b95bb8af25677711a4a95..9cdcf53b97efc80d6c7de7e0d4da7edf91f15c31:/src/store/side-panel-tree/side-panel-tree-actions.ts diff --git a/src/store/side-panel-tree/side-panel-tree-actions.ts b/src/store/side-panel-tree/side-panel-tree-actions.ts index 9bdf2053..1f18b85c 100644 --- a/src/store/side-panel-tree/side-panel-tree-actions.ts +++ b/src/store/side-panel-tree/side-panel-tree-actions.ts @@ -23,7 +23,8 @@ export enum SidePanelTreeCategory { PUBLIC_FAVORITES = 'Public Favorites', WORKFLOWS = 'Workflows', FAVORITES = 'Favorites', - TRASH = 'Trash' + TRASH = 'Trash', + ALL_PROCESSES = 'All Processes' } export const SIDE_PANEL_TREE = 'sidePanelTree'; @@ -44,6 +45,7 @@ export const getSidePanelTreeBranch = (uuid: string) => (treePicker: TreePicker) }; const SIDE_PANEL_CATEGORIES = [ + SidePanelTreeCategory.ALL_PROCESSES, SidePanelTreeCategory.PUBLIC_FAVORITES, SidePanelTreeCategory.WORKFLOWS, SidePanelTreeCategory.FAVORITES,