mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Reload filters when loading page
This commit refreshes the dynamic filters when loading page.
This commit is contained in:
parent
30bf838065
commit
1f417f0606
@ -28,6 +28,9 @@ function (angular, app, _) {
|
||||
|
||||
$scope.init = function() {
|
||||
$scope.filterSrv = filterSrv;
|
||||
_.each(filterSrv.list, function(filter) {
|
||||
$scope.applyFilter(filter);
|
||||
});
|
||||
};
|
||||
|
||||
$scope.remove = function(filter) {
|
||||
|
Loading…
Reference in New Issue
Block a user