Skip to content

Commit

Permalink
Merge pull request #2871 from christianvogt/pipeline-overview-info
Browse files Browse the repository at this point in the history
fix info popover for pipeline overview card
  • Loading branch information
openshift-merge-bot[bot] authored Jun 3, 2024
2 parents f52c060 + 104bcb8 commit ffda3af
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ const PipelinesOverviewCard: React.FC<PipelinesOverviewCardProps> = ({
objectType={ProjectObjectType.pipeline}
sectionType={pipelinesCount ? SectionType.training : SectionType.organize}
title="Pipelines"
popoverHeaderContent={pipelinesCount ? 'About pipelines' : undefined}
popoverBodyContent={
!pipelinesCount
? 'Pipelines are platforms for building and deploying portable and scalable machine-learning (ML) workflows. You can import a pipeline or create one in a workbench.'
: undefined
}
popoverHeaderContent="About pipelines"
popoverBodyContent="Pipelines are platforms for building and deploying portable and scalable machine-learning (ML) workflows. You can import a pipeline or create one in a workbench."
data-testid="section-pipelines"
>
{children}
Expand Down

0 comments on commit ffda3af

Please sign in to comment.