mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 07:35:45 -06:00
fix(alerting): fix broken model bind in alerting tab
This commit is contained in:
parent
d1daa2c817
commit
1ded0b30c2
@ -53,7 +53,7 @@
|
||||
<div class="gf-form">
|
||||
<span class="gf-form-label width-12">Frequency (seconds)</span>
|
||||
<input class="gf-form-input max-width-10" type="number"
|
||||
ng-model="ctrl.panel.alerting.interval" placeholder="60"></input>
|
||||
ng-model="ctrl.panel.alerting.frequency" placeholder="60"></input>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gf-form-group section">
|
||||
|
Loading…
Reference in New Issue
Block a user