Skip to content

Commit 3e79144

Browse files
authored
Add link to trigger
1 parent fa7c232 commit 3e79144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export default class HistoryDetails extends React.Component {
216216
<DetailsPanelBody>
217217
{ execution.trigger.type ? (
218218
<DetailsPanelBodyLine label="Trigger">
219-
{ execution.trigger.type }
219+
<Link to={`/triggers/${execution.trigger.type}`}>{execution.trigger.type}</Link>
220220
</DetailsPanelBodyLine>
221221
) : null }
222222
{ execution.trigger_instance && execution.trigger_instance.occurrence_time ? (

0 commit comments

Comments
 (0)