From 7dac64354f9c6abd71a8be909ff49b096c70f8f8 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Fri, 15 Dec 2017 16:24:23 +0100 Subject: [PATCH] teams: missing nginject attribute --- public/app/features/org/team_details_ctrl.ts | 1 + public/app/plugins/datasource/grafana-live/plugin.json | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 public/app/plugins/datasource/grafana-live/plugin.json diff --git a/public/app/features/org/team_details_ctrl.ts b/public/app/features/org/team_details_ctrl.ts index e4dc91386b5..e96c3512180 100644 --- a/public/app/features/org/team_details_ctrl.ts +++ b/public/app/features/org/team_details_ctrl.ts @@ -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(); diff --git a/public/app/plugins/datasource/grafana-live/plugin.json b/public/app/plugins/datasource/grafana-live/plugin.json new file mode 100644 index 00000000000..1f2ec204949 --- /dev/null +++ b/public/app/plugins/datasource/grafana-live/plugin.json @@ -0,0 +1,7 @@ +{ + "type": "datasource", + "name": "Grafana Live", + "id": "grafana-live", + + "metrics": true +}