We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa7c232 + 3e79144 commit 756720dCopy full SHA for 756720d
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