mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
teams: missing nginject attribute
This commit is contained in:
parent
71658d1e76
commit
7dac64354f
@ -5,6 +5,7 @@ export default class TeamDetailsCtrl {
|
|||||||
teamMembers: User[] = [];
|
teamMembers: User[] = [];
|
||||||
navModel: any;
|
navModel: any;
|
||||||
|
|
||||||
|
/** @ngInject **/
|
||||||
constructor(private $scope, private backendSrv, private $routeParams, navModelSrv) {
|
constructor(private $scope, private backendSrv, private $routeParams, navModelSrv) {
|
||||||
this.navModel = navModelSrv.getNav('cfg', 'teams', 0);
|
this.navModel = navModelSrv.getNav('cfg', 'teams', 0);
|
||||||
this.get();
|
this.get();
|
||||||
|
7
public/app/plugins/datasource/grafana-live/plugin.json
Normal file
7
public/app/plugins/datasource/grafana-live/plugin.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"type": "datasource",
|
||||||
|
"name": "Grafana Live",
|
||||||
|
"id": "grafana-live",
|
||||||
|
|
||||||
|
"metrics": true
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user