dashfolder: nginject fix

This commit is contained in:
Daniel Lee 2017-12-15 16:36:31 +01:00
parent 7dac64354f
commit 77cc546315
2 changed files with 1 additions and 7 deletions

View File

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

View File

@ -1,7 +0,0 @@
{
"type": "datasource",
"name": "Grafana Live",
"id": "grafana-live",
"metrics": true
}