mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-27 05:31:40 +01:00
* license: update headers to IBM Corp. * `make proto` * update offset because source file changed Signed-off-by: Ryan Cragun <me@ryan.ec> Co-authored-by: Ryan Cragun <me@ryan.ec>
16 lines
398 B
Handlebars
16 lines
398 B
Handlebars
{{!
|
|
Copyright IBM Corp. 2016, 2025
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
}}
|
|
|
|
<div class="level">
|
|
<div class="level-left">
|
|
<span class="has-text-grey is-size-8 shamir-progress-progress">
|
|
{{this.progress}}/{{this.threshold}}
|
|
keys provided
|
|
</span>
|
|
</div>
|
|
<div class="level-right is-marginless">
|
|
<RadialProgress @progressDecimal={{this.progressDecimal}} />
|
|
</div>
|
|
</div> |