mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Removed ExecError state
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user