mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
dashfolders: fix for dashlist nav
This commit is contained in:
parent
97cc454ded
commit
84b277d5c0
@ -10,7 +10,7 @@ export class DashboardListCtrl {
|
||||
|
||||
/** @ngInject */
|
||||
constructor(private backendSrv, navModelSrv, private $q) {
|
||||
this.navModel = navModelSrv.getNav('cfg', 'dashboards');
|
||||
this.navModel = navModelSrv.getNav('dashboards', 'dashboards');
|
||||
this.query = {query: '', mode: 'tree', tag: []};
|
||||
this.getDashboards();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user