diff --git a/graylog2-web-interface/src/components/pipelines/PipelineListItem.tsx b/graylog2-web-interface/src/components/pipelines/PipelineListItem.tsx index 0abc73919a6d..044bd7360c91 100644 --- a/graylog2-web-interface/src/components/pipelines/PipelineListItem.tsx +++ b/graylog2-web-interface/src/components/pipelines/PipelineListItem.tsx @@ -30,6 +30,8 @@ import useGetPermissionsByScope from 'hooks/useScopePermissions'; import RuleDeprecationInfo from 'components/rules/RuleDeprecationInfo'; import usePermissions from 'hooks/usePermissions'; +import PipelineProcessingErrors from './PipelineProcessingErrors'; + import ButtonToolbar from '../bootstrap/ButtonToolbar'; import { Spinner } from '../common'; @@ -141,15 +143,19 @@ const PipelineListItem = ({ pipeline, pipelines, connections, streams, onDeleteP noConnectionsMessage={Not connected} /> + + + {_formatStages()} - +