Browse Source

Merge branch 'xginn8-master'

Torkel Ödegaard 9 years ago
parent
commit
0c5abc1615
1 changed files with 5 additions and 0 deletions
  1. 5 0
      public/app/features/dashboard/time_srv.ts

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

@@ -114,6 +114,11 @@ class TimeSrv {
     } else {
       this.cancelNextRefresh();
     }
+
+    // update url
+    var params = this.$location.search();
+    params.refresh = interval;
+    this.$location.search(params);
   }
 
   refreshDashboard() {