Просмотр исходного кода

Bring back threshold line mode

Threshold line mode was somehow discarded from the HTML in the ui redesign, this brings it back
Idan Zalzberg 9 лет назад
Родитель
Сommit
2f7af968bf
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      public/app/plugins/panel/graph/tab_axes.html

+ 1 - 0
public/app/plugins/panel/graph/tab_axes.html

@@ -68,5 +68,6 @@
         </div>
       </div>
     </div>
+    <gf-form-switch class="gf-form" label="Line Mode" label-class="width-10" checked="ctrl.panel.grid.thresholdLine" on-change="ctrl.render()"></gf-form-switch>
   </div>
 </div>