forked from prajwalrao/ambari-metrics-grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.js
21 lines (21 loc) · 789 Bytes
/
module.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
System.register(['./datasource', './query_ctrl', './config_ctrl'], function(exports_1) {
var datasource_1, query_ctrl_1, config_ctrl_1;
return {
setters:[
function (datasource_1_1) {
datasource_1 = datasource_1_1;
},
function (query_ctrl_1_1) {
query_ctrl_1 = query_ctrl_1_1;
},
function (config_ctrl_1_1) {
config_ctrl_1 = config_ctrl_1_1;
}],
execute: function() {
exports_1("Datasource", datasource_1.AmbariMetricsDatasource);
exports_1("QueryCtrl", query_ctrl_1.AmbariMetricsQueryCtrl);
exports_1("ConfigCtrl", config_ctrl_1.AmbariMetricsConfigCtrl);
}
}
});
//# sourceMappingURL=module.js.map