mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(influxdb): systemjs fix
This commit is contained in:
parent
10a764c4f2
commit
c19a2e5b45
@ -10,6 +10,8 @@ define([
|
||||
function (angular, _, dateMath, InfluxSeries, InfluxQuery) {
|
||||
'use strict';
|
||||
|
||||
InfluxQuery = InfluxQuery.default;
|
||||
|
||||
var module = angular.module('grafana.services');
|
||||
|
||||
module.factory('InfluxDatasource', function($q, backendSrv, templateSrv) {
|
||||
|
Loading…
Reference in New Issue
Block a user