Sort Match options
This commit is contained in:
parent
d37de77ba2
commit
e44d8860f4
@ -242,7 +242,7 @@ Match
|
|||||||
{{- ' ' }}{{criteria }} {{ join_to_string(match['type'], criteria) -}}
|
{{- ' ' }}{{criteria }} {{ join_to_string(match['type'], criteria) -}}
|
||||||
{%- endfor %} #{{ name }}
|
{%- endfor %} #{{ name }}
|
||||||
{#- Set up the applied options -#}
|
{#- Set up the applied options -#}
|
||||||
{%- for keyword in match['options'].keys() %}
|
{%- for keyword in match['options'].keys()|sort() %}
|
||||||
{{ render_option(keyword, '', config_dict=match['options']) }}
|
{{ render_option(keyword, '', config_dict=match['options']) }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user