Skip to content

Commit

Permalink
update PipelineRunDetailsTabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Jul 10, 2024
1 parent bdca3ad commit f0cc1be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export const PipelineRunDetailsTabs: React.FC<PipelineRunDetailsTabsProps> = ({
eventKey={DetailsTabKey.Graph}
className="pf-v5-u-h-100"
data-testid="pipeline-graph-tab"
hidden={activeKey !== DetailsTabKey.Graph}
>
<TabContentBody className="pf-v5-u-h-100">{graphContent}</TabContentBody>
</TabContent>
Expand All @@ -106,7 +107,7 @@ export const PipelineRunDetailsTabs: React.FC<PipelineRunDetailsTabsProps> = ({
style={{ flex: 1 }}
data-testid="pipeline-spec-tab"
>
<TabContentBody className="pf-v5-u-h-100">
<TabContentBody className="pf-v5-u-h-100" hasPadding>
<PipelineDetailsYAML
filename={run?.display_name}
content={pipelineSpec}
Expand Down

0 comments on commit f0cc1be

Please sign in to comment.