فهرست منبع

teams: missing nginject attribute

Daniel Lee 8 سال پیش
والد
کامیت
7dac64354f
2فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 1 0
      public/app/features/org/team_details_ctrl.ts
  2. 7 0
      public/app/plugins/datasource/grafana-live/plugin.json

+ 1 - 0
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();

+ 7 - 0
public/app/plugins/datasource/grafana-live/plugin.json

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