Add comment sign to comment
This commit is contained in:
parent
7cd989d164
commit
b6e6218d76
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{% if postfix_client_checks is defined %}
|
{% if postfix_client_checks is defined %}
|
||||||
{% for client in postfix_client_checks %}
|
{% for client in postfix_client_checks %}
|
||||||
{{ client.comment }}
|
# {{ client.comment }}
|
||||||
{{ "%-30s %s" | format(client.name, client.state) }}
|
{{ "%-30s %s" | format(client.name, client.state) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue