Commit 7dac6435 by Daniel Lee

teams: missing nginject attribute

parent 71658d1e
......@@ -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();
......
{
"type": "datasource",
"name": "Grafana Live",
"id": "grafana-live",
"metrics": true
}
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