mirror of
https://github.com/status-im/consul.git
synced 2025-01-14 07:44:50 +00:00
a686de0414
* ui: Switch selects to use more HTML-like approach for optgroups * Add KV comparator * Use new option/optgroup approach for sort/select * Fix up tests for new order of menu items
8 lines
161 B
Handlebars
8 lines
161 B
Handlebars
{{#let components.MenuSeparator as |MenuSeparator|}}
|
|
<MenuSeparator>
|
|
<BlockSlot @name="label">
|
|
{{label}}
|
|
</BlockSlot>
|
|
</MenuSeparator>
|
|
{{yield}}
|
|
{{/let}} |