mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 07:49:47 +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;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user