Browse Source

fix align bug

Mitsuhiro Tanda 10 years ago
parent
commit
fa0b06ac60
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/app/features/dashboard/timeSrv.js

+ 1 - 0
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();