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