mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 03:57:01 +02:00
8 lines
202 B
Handlebars
8 lines
202 B
Handlebars
{{#each listData as |key index|}}
|
|
{{pgp-file key=key index=index onChange=(action 'setKey')}}
|
|
{{else}}
|
|
<p class="has-text-grey">
|
|
Enter a number of Key Shares to enter PGP keys.
|
|
</p>
|
|
{{/each}}
|