{% from 'include/input_macros.html' import input, checkbox %} {% import 'languages/'+lang|default('en')+'.html' as lang %} {% set sections_name = { 'rabbitmq': 'RabbitMQ', 'nginx': 'NGINX', 'haproxy': 'HAProxy', 'apache': 'Apache', 'keepalived': 'Keepalived', 'main': 'Main', 'mail': 'Mail', 'monitoring': 'Monitoring', 'logs': 'Logs', 'ldap': 'LDAP', 'smon': 'SMON', } %}
{{sections_name[set.section]}} |
{% endif %}
{% set section.section = set.section %}
{% if g.user_params['role'] == 2 and (set.param == 'proxy') %}
{% else %}
{% endif %}
{% endif %}
{% endfor %}
---|