瀏覽代碼

fix: threshold's colors in table panels (#9445) (#9453)

Lucas Costa 8 年之前
父節點
當前提交
43903d71ec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/plugins/panel/table/column_options.html

+ 1 - 1
public/app/plugins/panel/table/column_options.html

@@ -69,7 +69,7 @@
       <h5 class="section-heading">Thresholds</h5>
       <h5 class="section-heading">Thresholds</h5>
       <div class="gf-form">
       <div class="gf-form">
         <label class="gf-form-label width-8">Thresholds<tip>Comma separated values</tip></label>
         <label class="gf-form-label width-8">Thresholds<tip>Comma separated values</tip></label>
-        <input type="text" class="gf-form-input width-10" ng-model="style.thresholds" placeholder="50,80" ng-blur="editor.render()" array-join ng-model-onblur>
+        <input type="text" class="gf-form-input width-10" ng-model="style.thresholds" placeholder="50,80" ng-blur="editor.render()" array-join>
       </div>
       </div>
       <div class="gf-form">
       <div class="gf-form">
         <label class="gf-form-label width-8">Color Mode</label>
         <label class="gf-form-label width-8">Color Mode</label>