mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 07:49:47 +00:00
17 lines
435 B
JavaScript
17 lines
435 B
JavaScript
'use strict';
|
|
|
|
System.register(['./color_legend', './status_heatmap_ctrl'], function (_export, _context) {
|
|
"use strict";
|
|
|
|
var StatusHeatmapCtrl;
|
|
return {
|
|
setters: [function (_color_legend) {}, function (_status_heatmap_ctrl) {
|
|
StatusHeatmapCtrl = _status_heatmap_ctrl.StatusHeatmapCtrl;
|
|
}],
|
|
execute: function () {
|
|
_export('PanelCtrl', StatusHeatmapCtrl);
|
|
}
|
|
};
|
|
});
|
|
//# sourceMappingURL=module.js.map
|