mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 07:01:09 +02:00
12 lines
315 B
Handlebars
12 lines
315 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
}}
|
|
|
|
{{#each this.listData as |key index|}}
|
|
<PgpFile @key={{key}} @index={{index}} @onChange={{action "setKey"}} />
|
|
{{else}}
|
|
<p class="has-text-grey" data-test-empty-text>
|
|
Enter a number of Key Shares to enter PGP keys.
|
|
</p>
|
|
{{/each}} |