mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 07:01:09 +02:00
16 lines
397 B
Handlebars
16 lines
397 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
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> |