We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7c232 commit 3e79144Copy full SHA for 3e79144
apps/st2-history/history-details.component.js
@@ -216,7 +216,7 @@ export default class HistoryDetails extends React.Component {
216
<DetailsPanelBody>
217
{ execution.trigger.type ? (
218
<DetailsPanelBodyLine label="Trigger">
219
- { execution.trigger.type }
+ <Link to={`/triggers/${execution.trigger.type}`}>{execution.trigger.type}</Link>
220
</DetailsPanelBodyLine>
221
) : null }
222
{ execution.trigger_instance && execution.trigger_instance.occurrence_time ? (
0 commit comments