Skip to content

Commit

Permalink
Merge pull request #950 from mingfang/patch-1
Browse files Browse the repository at this point in the history
Add link to trigger on History page
  • Loading branch information
cognifloyd committed Jan 2, 2022
2 parents fa7c232 + 3e79144 commit 756720d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/st2-history/history-details.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export default class HistoryDetails extends React.Component {
<DetailsPanelBody>
{ execution.trigger.type ? (
<DetailsPanelBodyLine label="Trigger">
{ execution.trigger.type }
<Link to={`/triggers/${execution.trigger.type}`}>{execution.trigger.type}</Link>
</DetailsPanelBodyLine>
) : null }
{ execution.trigger_instance && execution.trigger_instance.occurrence_time ? (
Expand Down

0 comments on commit 756720d

Please sign in to comment.