core/src/opnsense
Ad Schellevis e408259944 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 %}
2017-05-12 15:29:34 +02:00
..