mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/haproxy: use the same description when disabled
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user