mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Revert "Merge pull request #310 from roidelapluie/master"
This reverts commit9fc93e285c
, reversing changes made to30bf838065
.
This commit is contained in:
parent
9fc93e285c
commit
390c4eed7e
@ -28,9 +28,6 @@ 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