Skip to content

Commit

Permalink
Add menu to workflows menu to pipeline run route
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Aug 27, 2024
1 parent 7727557 commit 69f5453
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/Workflows/Pipelines/Pipeline/_Router/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ const Router: React.FC = () => {
<TaskLayout />
</Route>
<Route path={`/workflows/pipelines/:groupId/:pipelineId/runs`}>
<PipelineRunsLayout />
<>
<Menu tab={'runs'} />
<PipelineRunsLayout />
</>
</Route>
<Route
path={`/workflows/pipelines/:groupId/:pipelineId/:tab`}
Expand Down

0 comments on commit 69f5453

Please sign in to comment.