Add missing endfor

main
Daniel Ankers 2024-01-11 16:50:32 +00:00
parent b2036bfe4d
commit 858b282ec9
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ snmp {
{% if loop.last %} {% if loop.last %}
} }
{% endif %} {% endif %}
{% endfor %}
} }
} }
{- endmacro %} {- endmacro %}