{% set sections_name = { 'rabbitmq': 'RabbitMQ', 'nginx': 'NGINX', 'haproxy': 'HAProxy', 'apache': 'Apache', 'keepalived': 'Keepalived', 'main': 'Main', 'mail': 'Mail', 'monitoring': 'Monitoring', 'logs': 'Logs', 'ldap': 'LDAP', } %}
{{sections_name[set.section]}} |
{% endif %}
{% set section.section = set.section %}
{% if page == "servers.py" and (set.param == 'proxy') %}
{% else %}
{% endif %}
{% endif %}
{% endfor %}
---|