Removed ExecError state

This commit is contained in:
utkarshcmu
2016-11-07 07:12:43 -08:00
parent 4b53ea0a56
commit f8d1eb11a9
3 changed files with 3 additions and 17 deletions

View File

@@ -103,15 +103,6 @@
<span class="gf-form-label width-12">Integration Key</span>
<input type="text" required class="gf-form-input max-width-30" ng-model="ctrl.model.settings.integrationKey" placeholder="Pagerduty integeration Key"></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 Exec Error">
</gf-form-switch>
</div>
</div>
<div class="gf-form-group">