Added iteration for specifications

with procstats plugin a new config value exist called "specifications" is similar to config but this plugin call specifications.
This commit is contained in:
Alejandro
2015-10-29 09:49:39 -03:00
parent 677950be23
commit 3f7f83cfc4

View File

@ -62,6 +62,12 @@
{{ items }}
{% endfor %}
{% endif %}
{% if item.specifications is defined and item.specifications is iterable %}
{% for items in item.specifications %}
{{ items }}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
@ -103,4 +109,4 @@
{% endif %}
{% endfor %}
{% endif %}
{% endif %}