Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
[UI] Add definition link from execution view
Browse files Browse the repository at this point in the history
  • Loading branch information
peterlau committed Aug 11, 2022
1 parent edc5781 commit af4be6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/pages/execution/Execution.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ export default function Execution() {
</NavLink>
</div>
)}
<div className={classes.frItem}>
<NavLink newTab path={`/workflowDef/${execution.workflowName}`}>Definition</NavLink>
</div>
<SecondaryButton onClick={refresh} style={{ marginRight: 10 }}>
Refresh
</SecondaryButton>
Expand Down

0 comments on commit af4be6a

Please sign in to comment.