浏览代码

fix: also set dashboard refresh to false

Torkel Ödegaard 7 年之前
父节点
当前提交
283f693600
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/app/features/dashboard/time_srv.ts

+ 1 - 0
public/app/features/dashboard/time_srv.ts

@@ -88,6 +88,7 @@ export class TimeSrv {
     // if absolute ignore refresh option saved to dashboard
     if (params.to && params.to.indexOf('now') === -1) {
       this.refresh = false;
+      this.dashboard.refresh = false;
     }
     // but if refresh explicitly set then use that
     if (params.refresh) {