mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
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) {
|
inputs.forEach(function (input) {
|
||||||
var enrichment = _this._enrichments.get(input);
|
var enrichment = _this._enrichments.get(input);
|
||||||
if (enrichment) {
|
if (enrichment) {
|
||||||
_this._cachedEnrichments[_this.icinga.utils.getDomPath(input).join(' ')] = enrichment;
|
_this._cachedEnrichments[_this.icinga.utils.getDomPath(input).join(' > ')] = enrichment;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user