mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add option to alert on ExecutionError
This commit is contained in:
@@ -93,6 +93,15 @@
|
||||
<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="Victorops url"></input>
|
||||
</div>
|
||||
<div class="gf-form">
|
||||
<gf-form-switch
|
||||
class="gf-form"
|
||||
label="Alert on Exec Error"
|
||||
label-class="width-12"
|
||||
checked="ctrl.model.settings.alertOnExecError"
|
||||
tooltip="Trigger incident on Execution Error">
|
||||
</gf-form-switch>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="gf-form-group section" ng-if="ctrl.model.type === 'email'">
|
||||
|
||||
Reference in New Issue
Block a user