Fix typo.
This commit is contained in:
parent
09620d3af6
commit
4ee82b8212
@ -361,7 +361,7 @@
|
||||
{% 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() %}
|
||||
<label key="{{ key }}">{{ value }}</label>
|
||||
{% endfor %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user