Fix typo.

This commit is contained in:
Bob Vincent 2018-07-25 16:07:58 -04:00
parent 09620d3af6
commit 4ee82b8212

View File

@ -361,7 +361,7 @@
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endif %} {% endif %}
{% if localfile.log_format == 'json' and localfile.labels is defined %} {% if localfile.format == 'json' and localfile.labels is defined %}
{% for key, value in localfile.labels.iteritems() %} {% for key, value in localfile.labels.iteritems() %}
<label key="{{ key }}">{{ value }}</label> <label key="{{ key }}">{{ value }}</label>
{% endfor %} {% endfor %}