X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9ccc7e8ebe82b97e219d65adeea8b03b2c9ed71a..cba0f400f56889778321bdc0fdcf6cee236f6a79:/src/views/process-panel/process-panel-root.tsx diff --git a/src/views/process-panel/process-panel-root.tsx b/src/views/process-panel/process-panel-root.tsx index c7ac938a93..feada3acb3 100644 --- a/src/views/process-panel/process-panel-root.tsx +++ b/src/views/process-panel/process-panel-root.tsx @@ -8,6 +8,7 @@ import { ProcessInformationCard } from './process-information-card'; import { DefaultView } from '~/components/default-view/default-view'; import { ProcessIcon } from '~/components/icon/icon'; import { Process } from '~/store/processes/process'; +import { SubprocessesCard } from './subprocesses-card'; export interface ProcessPanelRootDataProps { process?: Process; @@ -21,12 +22,43 @@ export type ProcessPanelRootProps = ProcessPanelRootDataProps & ProcessPanelRoot export const ProcessPanelRoot = (props: ProcessPanelRootProps) => props.process - ? + ? + + { return; }} + /> + :