{% args info,controllers %}
ID | Protocol | Hostname | Port | Enabled | {% for controller in controllers %} {% if controller['id'] != 0 %} | |
---|---|---|---|---|---|---|
Edit | {{controller['id']}} | {{controller['protocol']}} | {{controller['hostname']}} | {{controller['port']}} | {% if controller['enable']=='on' %}Yes{% else %}No{% endif %} | Del {% endif %} {% endfor %} |
Add |