X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3db1d07b3ab6cdfea052688088f569a173d6dab2..847ac07f82a1432d6472390aab5e8c2198d425a5:/src/views/workbench/workbench.tsx diff --git a/src/views/workbench/workbench.tsx b/src/views/workbench/workbench.tsx index b0d14f0907..47e2254150 100644 --- a/src/views/workbench/workbench.tsx +++ b/src/views/workbench/workbench.tsx @@ -33,12 +33,14 @@ import { MoveProjectDialog } from '~/views-components/dialog-forms/move-project- import { MoveCollectionDialog } from '~/views-components/dialog-forms/move-collection-dialog'; import { FilesUploadCollectionDialog } from '~/views-components/dialog-forms/files-upload-collection-dialog'; import { PartialCopyCollectionDialog } from '~/views-components/dialog-forms/partial-copy-collection-dialog'; -import { TrashPanel } from "~/views/trash-panel/trash-panel"; +import { ProcessCommandDialog } from '~/views-components/process-command-dialog/process-command-dialog'; import { MainContentBar } from '~/views-components/main-content-bar/main-content-bar'; import { Grid } from '@material-ui/core'; -import { SharedWithMePanel } from '../shared-with-me-panel/shared-with-me-panel'; +import { TrashPanel } from "~/views/trash-panel/trash-panel"; +import { SharedWithMePanel } from '~/views/shared-with-me-panel/shared-with-me-panel'; +import { RunProcessPanel } from '~/views/run-process-panel/run-process-panel'; import SplitterLayout from 'react-splitter-layout'; -import { ProcessCommandDialog } from '~/views-components/process-command-dialog/process-command-dialog'; +import { WorkflowPanel } from '~/views/workflow-panel/workflow-panel'; type CssRules = 'root' | 'container' | 'splitter' | 'asidePanel' | 'contentWrapper' | 'content'; @@ -94,6 +96,8 @@ export const WorkbenchPanel = + +