mirror of
https://github.com/grafana/grafana.git
synced 2026-08-11 13:44:59 -05:00
teams: missing nginject attribute
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "datasource",
|
||||
"name": "Grafana Live",
|
||||
"id": "grafana-live",
|
||||
|
||||
"metrics": true
|
||||
}
|
||||
Reference in New Issue
Block a user