X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/20663c8f01b2f8b5d211bf070809c5f994c301bb..82908c571a492f19f2ea402e033fa84b6df15b61:/src/views/workbench/workbench.tsx diff --git a/src/views/workbench/workbench.tsx b/src/views/workbench/workbench.tsx index 9ae10188..19a2ef49 100644 --- a/src/views/workbench/workbench.tsx +++ b/src/views/workbench/workbench.tsx @@ -21,6 +21,7 @@ import { Routes } from '~/routes/routes'; import { SidePanel } from '~/views-components/side-panel/side-panel'; import { ProcessPanel } from '~/views/process-panel/process-panel'; import { ProcessLogPanel } from '~/views/process-log-panel/process-log-panel'; +import { ChangeWorkflowDialog } from '~/views-components/run-process-dialog/change-workflow-dialog'; import { CreateProjectDialog } from '~/views-components/dialog-forms/create-project-dialog'; import { CreateCollectionDialog } from '~/views-components/dialog-forms/create-collection-dialog'; import { CopyCollectionDialog } from '~/views-components/dialog-forms/copy-collection-dialog'; @@ -44,6 +45,8 @@ import { WorkflowPanel } from '~/views/workflow-panel/workflow-panel'; import { SearchResultsPanel } from '~/views/search-results-panel/search-results-panel'; import { SharingDialog } from '~/views-components/sharing-dialog/sharing-dialog'; import { AdvancedTabDialog } from '~/views-components/advanced-tab-dialog/advanced-tab-dialog'; +import { ProcessInputDialog } from '~/views-components/process-input-dialog/process-input-dialog'; +import { ProjectPropertiesDialog } from '~/views-components/project-properties-dialog/project-properties-dialog'; type CssRules = 'root' | 'container' | 'splitter' | 'asidePanel' | 'contentWrapper' | 'content'; @@ -122,6 +125,7 @@ export const WorkbenchPanel = + @@ -136,6 +140,8 @@ export const WorkbenchPanel = + +