net/haproxy: use the same description when disabled

This commit is contained in:
Frank Wall
2016-06-13 13:35:27 +02:00
parent 5d41566580
commit ee82a139b4
@@ -624,7 +624,7 @@ frontend {{frontend.name}}
{% endif %}
{% else %}
# Frontend (DISABLED): {{frontend.description}}
# Frontend (DISABLED): {{frontend.name}} ({{frontend.description}})
{% endif %}
{% endfor %}
@@ -783,7 +783,7 @@ backend {{backend.name}}
{% endfor %}
{% else %}
# Backend (DISABLED): {{backend.description}}
# Backend (DISABLED): {{backend.name}} ({{backend.description}})
{% endif %}
{% endfor %}