mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-16 03:27:01 +02:00
6 lines
180 B
Handlebars
6 lines
180 B
Handlebars
{{#if isOpen}}
|
|
{{i-con glyph='chevron-up' exludeIconClass=true}} {{openLabel}}
|
|
{{else}}
|
|
{{i-con glyph='chevron-down' exludeIconClass=true}} {{closedLabel}}
|
|
{{/if}}
|