Преглед изворни кода

removed non-functional 'change option'

Rashid Khan пре 12 година
родитељ
комит
a6d1bdaac9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/app/panels/histogram/editor.html

+ 1 - 1
src/app/panels/histogram/editor.html

@@ -1,7 +1,7 @@
   <div class="row-fluid">
     <div class="span2">
       <label class="small">Mode</label>
-      <select ng-change="set_refresh(true)" class="input-small" ng-model="panel.mode" ng-options="f for f in ['count','min','mean','max','total','change']"></select>
+      <select ng-change="set_refresh(true)" class="input-small" ng-model="panel.mode" ng-options="f for f in ['count','min','mean','max','total']"></select>
     </div>
     <div class="span2">
       <label class="small">Time Field</label>