Skip to content

Commit 756720d

Browse files
authored
Merge pull request #950 from mingfang/patch-1
Add link to trigger on History page
2 parents fa7c232 + 3e79144 commit 756720d

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)