item != inputs

This commit is contained in:
Jeroen Geusebroek
2019-01-21 15:37:43 +01:00
parent 07a6cb0135
commit 5764b4bc90

View File

@ -55,13 +55,13 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% if item.tagpass is defined and item.tagpass is iterable %} {% if item.tagpass is defined and item.tagpass is iterable %}
[item.{{ item.plugin }}.tagpass] [inputs.{{ item.plugin }}.tagpass]
{% for items in item.tagpass %} {% for items in item.tagpass %}
{{ items }} {{ items }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% if item.tagdrop is defined and item.tagdrop is iterable %} {% if item.tagdrop is defined and item.tagdrop is iterable %}
[item.{{ item.plugin }}.tagdrop] [inputs.{{ item.plugin }}.tagdrop]
{% for items in item.tagdrop %} {% for items in item.tagdrop %}
{{ items }} {{ items }}
{% endfor %} {% endfor %}