mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
fix: regression in 5.4 after implementing workaround for 6.7
This commit is contained in:
Vendored
+2
-2
@@ -411,8 +411,8 @@ System.register(["lodash", "./color_legend", "app/core/utils/kbn", "app/plugins/
|
||||
|
||||
}, {
|
||||
key: "updateTimeRange",
|
||||
value: function updateTimeRange() {
|
||||
var ret = _get(_getPrototypeOf(StatusHeatmapCtrl.prototype), "updateTimeRange", this).call(this);
|
||||
value: function updateTimeRange(datasource) {
|
||||
var ret = _get(_getPrototypeOf(StatusHeatmapCtrl.prototype), "updateTimeRange", this).call(this, datasource);
|
||||
|
||||
this.calculateInterval();
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user