refactor of PR #526
This commit is contained in:
2
dist/datasource-zabbix/responseHandler.js
vendored
2
dist/datasource-zabbix/responseHandler.js
vendored
@@ -85,7 +85,7 @@ System.register(['lodash', 'app/core/table_model', './constants'], function (_ex
|
||||
var lastPoint = _.last(itemHistory);
|
||||
var lastValue = lastPoint ? lastPoint.value : null;
|
||||
|
||||
if (target.table.skipEmptyValues && (!lastValue || lastValue === '')) {
|
||||
if (target.options.skipEmptyValues && (!lastValue || lastValue === '')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user