vault/ui/app/components/pgp-list.hbs
2025-08-01 10:04:25 -06:00

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}}