input-enrichment: Fix incorrect identification of enriched elements
This commit is contained in:
parent
c038bf792f
commit
7c4488ddc7
|
@ -79,7 +79,7 @@
|
|||
inputs.forEach(function (input) {
|
||||
var enrichment = _this._enrichments.get(input);
|
||||
if (enrichment) {
|
||||
_this._cachedEnrichments[_this.icinga.utils.getDomPath(input).join(' ')] = enrichment;
|
||||
_this._cachedEnrichments[_this.icinga.utils.getDomPath(input).join(' > ')] = enrichment;
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue