fix align bug

pull/4220/head
Mitsuhiro Tanda 9 years ago
parent ef22a87fcf
commit fa0b06ac60
  1. 1
      public/app/features/dashboard/timeSrv.js

@ -72,6 +72,7 @@ define([
var wait_ms = _i - (Date.now() % _i);
$timeout(function () {
self.start_scheduled_refresh(_i);
self.refreshDashboard();
}, wait_ms);
} else {
this.cancel_scheduled_refresh();

Loading…
Cancel
Save