configd, templates, add sortDictList to helpers. closes...
configd, templates, add sortDictList to helpers. closes https://github.com/opnsense/core/issues/1641 example usage: {% for item in helpers.sortDictList(OPNsense.ConfigObject, 'description') %} {{item.description}} {% endfor %}
Showing
Please register or sign in to comment