Added override default recipient functionality

This commit is contained in:
utkarshcmu
2016-10-31 14:46:51 -07:00
parent 658fc1a67a
commit 80fdd830de
2 changed files with 16 additions and 0 deletions

View File

@@ -63,6 +63,13 @@
<span class="gf-form-label width-6">Url</span>
<input type="text" required class="gf-form-input max-width-30" ng-model="ctrl.model.settings.url" placeholder="Slack incoming webhook url"></input>
</div>
<div class="gf-form">
<span class="gf-form-label width-6">Recipient</span>
<input type="text" class="gf-form-input max-width-30"
ng-model="ctrl.model.settings.recipient"
placeholder="Override default channel or user, use #channel-name or @username">
</input>
</div>
</div>
<div class="gf-form-group section" ng-if="ctrl.model.type === 'email'">