Skip to content

Commit

Permalink
Added link to slack incoming webhooks from alert action dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegfried committed Jun 17, 2020
1 parent 5b320a6 commit d71b785
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/default/data/ui/alerts/slack.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@

<div class="controls">
<input type="text" name="action.slack.param.webhook_url_override" id="slack_fields" placeholder="Optional" />
<span class="help-block">You can override the Slack webhook URL here if you need to send the alert message to a different Slack team.</span>
<span class="help-block">
You can override the <a href="https://slack.com/apps/A0F7XDUAZ-incoming-webhooks" target="_blank" noreferer>Slack webhook URL</a> here
if you need to send the alert message to a different Slack team.
</span>
</div>
</div>
<br clear="both" />
Expand Down

0 comments on commit d71b785

Please sign in to comment.