teams: missing nginject attribute

This commit is contained in:
Daniel Lee 2017-12-15 16:24:23 +01:00
parent 71658d1e76
commit 7dac64354f
2 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,7 @@ export default class TeamDetailsCtrl {
teamMembers: User[] = [];
navModel: any;
/** @ngInject **/
constructor(private $scope, private backendSrv, private $routeParams, navModelSrv) {
this.navModel = navModelSrv.getNav('cfg', 'teams', 0);
this.get();

View File

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