Browse Source

Broken Detect button in Threshold / Anomaly analytic units #283 (#284)

master
Alexandr Velikiy 5 years ago committed by rozetko
parent
commit
86a41dda50
  1. 2
      src/panel/graph_panel/partials/tab_analytics.html

2
src/panel/graph_panel/partials/tab_analytics.html

@ -147,7 +147,7 @@
<label class="gf-form-label"
ng-if="analyticUnit.detectorType === 'threshold' || analyticUnit.detectorType === 'anomaly'"
>
<a class="pointer" ng-click="ctrl.runDetect(analyticUnit.id)">
<a class="pointer" ng-click="ctrl.runDetectInCurrentRange(analyticUnit.id)">
<i class="fa fa-spinner fa-spin" ng-if="analyticUnit.saving"></i>
<b ng-if="!analyticUnit.saving"> Detect </b>
<b ng-if="analyticUnit.saving" ng-disabled="true"> saving... </b>

Loading…
Cancel
Save