X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0a0db4ca8433ae210df5cf1475dd2b77e4aabec9..1a59e5dcc15a9a1aebfd15a08903fcb75efd2aac:/src/views/workbench/workbench.tsx diff --git a/src/views/workbench/workbench.tsx b/src/views/workbench/workbench.tsx index 19a2ef4922..8d1fb6700d 100644 --- a/src/views/workbench/workbench.tsx +++ b/src/views/workbench/workbench.tsx @@ -35,6 +35,7 @@ import { MoveCollectionDialog } from '~/views-components/dialog-forms/move-colle import { FilesUploadCollectionDialog } from '~/views-components/dialog-forms/files-upload-collection-dialog'; import { PartialCopyCollectionDialog } from '~/views-components/dialog-forms/partial-copy-collection-dialog'; import { ProcessCommandDialog } from '~/views-components/process-command-dialog/process-command-dialog'; +import { RemoveProcessDialog } from '~/views-components/process-remove-dialog/process-remove-dialog'; import { MainContentBar } from '~/views-components/main-content-bar/main-content-bar'; import { Grid } from '@material-ui/core'; import { TrashPanel } from "~/views/trash-panel/trash-panel"; @@ -142,6 +143,7 @@ export const WorkbenchPanel = +