瀏覽代碼

fix(alerting): fix broken model bind in alerting tab

bergquist 9 年之前
父節點
當前提交
1ded0b30c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/plugins/panel/graph/partials/tab_alerting.html

+ 1 - 1
public/app/plugins/panel/graph/partials/tab_alerting.html

@@ -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">