feat(notification): add helptext for using multiple email addresses

This commit is contained in:
bergquist
2016-10-19 17:04:17 +02:00
parent 6ea0f0120e
commit f2cbfece2c

View File

@@ -24,7 +24,12 @@
</div>
</div>
<div class="gf-form">
<gf-form-switch class="gf-form" label="Send on all alerts" label-class="width-12" checked="ctrl.model.isDefault" tooltip="Use this notification for all alerts">
<gf-form-switch
class="gf-form"
label="Send on all alerts"
label-class="width-12"
checked="ctrl.model.isDefault"
tooltip="Use this notification for all alerts">
</gf-form-switch>
</div>
</div>
@@ -65,6 +70,9 @@
<div class="gf-form">
<textarea rows="7" class="gf-form-input width-25" required ng-model="ctrl.model.settings.addresses"></textarea>
</div>
<div class="gf-form">
<span>You can center multiple email address using a ";" seperator</span>
</div>
</div>
<div class="gf-form-group">