Commit 84b277d5 by Daniel Lee

dashfolders: fix for dashlist nav

parent 97cc454d
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment