-
Ad Schellevis authored
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 %}
e4082599