updated new dashboard folder

This commit is contained in:
Torkel Ödegaard
2017-12-12 15:19:59 +01:00
parent 271c597c9b
commit cfd755eb93
2 changed files with 35 additions and 35 deletions

View File

@@ -7,7 +7,7 @@ export class CreateFolderCtrl {
titleTouched = false;
constructor(private backendSrv, private $location, navModelSrv) {
this.navModel = navModelSrv.getNav('create', 'folder');
this.navModel = navModelSrv.getNav('dashboards', 'manage-dashboards', 0);
}
create() {