mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -06:00
dashfolder: nginject fix
This commit is contained in:
parent
7dac64354f
commit
77cc546315
@ -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);
|
||||
}
|
||||
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"type": "datasource",
|
||||
"name": "Grafana Live",
|
||||
"id": "grafana-live",
|
||||
|
||||
"metrics": true
|
||||
}
|
Loading…
Reference in New Issue
Block a user