mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Major refactorings around searching, moved to seperate package, trying to move stuff out of models package, extend search support searching different types of entities and different types of dashboards, #960
This commit is contained in:
@@ -62,7 +62,7 @@ function (angular, app, _, config, PanelMeta) {
|
||||
}
|
||||
|
||||
return backendSrv.search(params).then(function(result) {
|
||||
$scope.dashList = result.dashboards;
|
||||
$scope.dashList = result;
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user