X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/638408423401f77842b731642891744458dbbb23..606957c578a59510a4fafac6568477c06de43606:/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 d99c62ec74..c04cf62afc 100644 --- a/src/views/process-panel/process-panel-root.tsx +++ b/src/views/process-panel/process-panel-root.tsx @@ -61,6 +61,7 @@ export interface ProcessPanelRootActionProps { loadNodeJson: (containerRequest: ContainerRequestResource) => void; loadOutputDefinitions: (containerRequest: ContainerRequestResource) => void; updateOutputParams: () => void; + pollProcessLogs: (processUuid: string) => Promise; } export type ProcessPanelRootProps = ProcessPanelRootDataProps & ProcessPanelRootActionProps & WithStyles; @@ -147,6 +148,7 @@ export const ProcessPanelRoot = withStyles(styles)( )} onLogFilterChange={props.onLogFilterChange} navigateToLog={props.navigateToLog} + pollProcessLogs={props.pollProcessLogs} />