template pxarexclude - correct item.value to item

This commit is contained in:
Ludovic Cartier 2024-12-24 12:08:39 +01:00
parent b56d2aa80c
commit 2e68384300

View File

@ -1,7 +1,7 @@
/* /*
{% if backup_path_exclude is defined %} {% if backup_path_exclude is defined %}
{% for item in backup_path_exclude %} {% for item in backup_path_exclude %}
{{ item.value }} {{ item }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% if backup_path_include is defined %} {% if backup_path_include is defined %}