{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 ~}} {{#if (and this.version.hasSecretsSync (not @isActivated))}} {{#unless this.hideOptIn}} Enable Secrets Sync feature To use this feature, specific activation is required. Please review the feature documentation and enable it. If you're upgrading from beta, your previous data will be accessible after activation. {{/unless}} {{/if}} {{! error message if post to activated endpoint fails }} {{#if this.error}} {{#unless this.hideError}} {{/unless}} {{/if}} {{#if @destinations}}
Create new destination {{#if this.fetchAssociationsForDestinations.isRunning}}
Loading destinations...
{{else if (not this.destinationMetrics)}} {{else}} <:head as |H|> Sync destination # of external secrets Last updated Actions <:body as |B|> {{#each this.destinationMetrics as |data index|}} {{data.name}} {{#if data.status}} {{/if}} {{data.associationCount}} {{#if data.lastUpdated}} {{date-format data.lastUpdated "MMMM do yyyy, h:mm:ss a"}} {{else}} — {{/if}} {{/each}} {{/if}}

{{or @destinations.length "None"}}

{{or @totalVaultSecrets "None"}}

{{else}} {{/if}} {{#if this.showActivateSecretsSyncModal}} Enable Secrets Sync feature

By enabling the Secrets Sync feature you may incur additional costs. Please review our documentation to learn more.

I've read the above linked document
{{/if}}