mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: fixed issue with optimized build, fixes #10333
This commit is contained in:
parent
52f30f6f00
commit
24723cdb3c
@ -1,12 +1,12 @@
|
|||||||
import _ from 'lodash';
|
import _ from 'lodash';
|
||||||
import coreModule from 'app/core/core_module';
|
import coreModule from 'app/core/core_module';
|
||||||
import config from 'app/core/config';
|
import config from 'app/core/config';
|
||||||
// import pluginLoader from './plugin_loader';
|
|
||||||
import { importPluginModule } from './plugin_loader';
|
import { importPluginModule } from './plugin_loader';
|
||||||
|
|
||||||
export class DatasourceSrv {
|
export class DatasourceSrv {
|
||||||
datasources: any;
|
datasources: any;
|
||||||
|
|
||||||
|
/** @ngInject */
|
||||||
constructor(private $q, private $injector, $rootScope, private templateSrv) {
|
constructor(private $q, private $injector, $rootScope, private templateSrv) {
|
||||||
this.init();
|
this.init();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user