mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/haproxy: use the same description when disabled
This commit is contained in:
parent
5d41566580
commit
ee82a139b4
1 changed files with 2 additions and 2 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue