mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
Fix panel rendering timeout
- minor code cleanups
This commit is contained in:
Vendored
+2
-2
@@ -1,13 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
System.register(['app/plugins/sdk', './color_legend', './status_heatmap_ctrl'], function (_export, _context) {
|
||||
System.register(['app/plugins/sdk', './status_heatmap_ctrl'], function (_export, _context) {
|
||||
"use strict";
|
||||
|
||||
var loadPluginCss, StatusHeatmapCtrl;
|
||||
return {
|
||||
setters: [function (_appPluginsSdk) {
|
||||
loadPluginCss = _appPluginsSdk.loadPluginCss;
|
||||
}, function (_color_legend) {}, function (_status_heatmap_ctrl) {
|
||||
}, function (_status_heatmap_ctrl) {
|
||||
StatusHeatmapCtrl = _status_heatmap_ctrl.StatusHeatmapCtrl;
|
||||
}],
|
||||
execute: function () {
|
||||
|
||||
Reference in New Issue
Block a user