We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90fbc66 + 756720d commit ffd4ebcCopy full SHA for ffd4ebc
1 file changed
apps/st2-history/history-details.component.js
@@ -221,7 +221,7 @@ export default class HistoryDetails extends React.Component {
221
<DetailsPanelBody>
222
{ execution.trigger.type ? (
223
<DetailsPanelBodyLine label="Trigger">
224
- { execution.trigger.type }
+ <Link to={`/triggers/${execution.trigger.type}`}>{execution.trigger.type}</Link>
225
</DetailsPanelBodyLine>
226
) : null }
227
{ execution.trigger_instance && execution.trigger_instance.occurrence_time ? (
0 commit comments