Skip to content

Commit ffd4ebc

Browse files
authored
Merge branch 'master' into Rerun_action_new_enhancements
2 parents 90fbc66 + 756720d commit ffd4ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/st2-history/history-details.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export default class HistoryDetails extends React.Component {
221221
<DetailsPanelBody>
222222
{ execution.trigger.type ? (
223223
<DetailsPanelBodyLine label="Trigger">
224-
{ execution.trigger.type }
224+
<Link to={`/triggers/${execution.trigger.type}`}>{execution.trigger.type}</Link>
225225
</DetailsPanelBodyLine>
226226
) : null }
227227
{ execution.trigger_instance && execution.trigger_instance.occurrence_time ? (

0 commit comments

Comments
 (0)