mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
refactor(): refactoring PR #7124
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user