\ No newline at end of file
diff --git a/ui/app/templates/components/dashboard/client-count-card.hbs b/ui/app/templates/components/dashboard/client-count-card.hbs
index 2291c4f8930d..1dc918653494 100644
--- a/ui/app/templates/components/dashboard/client-count-card.hbs
+++ b/ui/app/templates/components/dashboard/client-count-card.hbs
@@ -1,60 +1,60 @@
-
-
- Client count
-
+
+
+
+ Client count
+
-
- Details
+ Details
-
-
+
-{{#if this.noActivityData}}
- {{! This will likely not be show since the client activity api was changed to always return data. In the past it
+ {{#if this.noActivityData}}
+ {{! This will likely not be show since the client activity api was changed to always return data. In the past it
would return no activity data. Adding this empty state here to match the current client count behavior }}
-
-{{else}}
-
+ {{/unless}}
+ {{/if}}
+
\ No newline at end of file
diff --git a/ui/app/templates/components/dashboard/learn-more-card.hbs b/ui/app/templates/components/dashboard/learn-more-card.hbs
index c809dbcb6ce1..8a480b50c263 100644
--- a/ui/app/templates/components/dashboard/learn-more-card.hbs
+++ b/ui/app/templates/components/dashboard/learn-more-card.hbs
@@ -1,15 +1,17 @@
-
Learn more
-
- Explore the features of Vault and learn advance practices with the following tutorials and documentation.
-
-
- {{#each this.learnMoreLinks as |learnMoreLink|}}
-
- {{/each}}
-
\ No newline at end of file
+
+
Learn more
+
+ Explore the features of Vault and learn advance practices with the following tutorials and documentation.
+
+
+ {{#each this.learnMoreLinks as |learnMoreLink|}}
+
+ {{/each}}
+
+
\ No newline at end of file
diff --git a/ui/app/templates/components/dashboard/quick-actions-card.hbs b/ui/app/templates/components/dashboard/quick-actions-card.hbs
index d019a71c79a3..315921cd8b74 100644
--- a/ui/app/templates/components/dashboard/quick-actions-card.hbs
+++ b/ui/app/templates/components/dashboard/quick-actions-card.hbs
@@ -1,63 +1,65 @@
-
Quick actions
-
-
-
Secrets engines
-
-
-
-{{#if this.selectedEngine}}
-
Action
-
-
- {{#if this.searchSelectParams.model}}
-
{{this.searchSelectParams.title}}
+
+
Quick actions
+
+
Secrets engines
+
+
+ {{#if this.selectedEngine}}
+
Action
+
+
+ {{#if this.searchSelectParams.model}}
+
{{this.searchSelectParams.title}}
+
+
-
-
-
+
+
+
+ {{/if}}
+ {{else}}
+
{{/if}}
-{{else}}
-
-{{/if}}
\ No newline at end of file
+
\ No newline at end of file
diff --git a/ui/app/templates/components/dashboard/replication-card.hbs b/ui/app/templates/components/dashboard/replication-card.hbs
index b5e8b0dadba2..a8a80ebac8ad 100644
--- a/ui/app/templates/components/dashboard/replication-card.hbs
+++ b/ui/app/templates/components/dashboard/replication-card.hbs
@@ -2,91 +2,93 @@
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
+
-
-
- Replication
-
+
+
+ Replication
+
-
- Details
-
-
-
-{{! check if dr replication and performance replication exists }}
-{{#if (or @replication.dr.clusterId @replication.performance.clusterId)}}
-
- {{! check if user has access to both perf replication and dr replication }}
- {{#if (and @version.hasPerfReplication @version.hasDRReplication)}}
-
-
-
-
- {{! if user only has access to dr replication }}
- {{else if @version.hasDRReplication}}
-
- DR Primary
+
+ Details
+
-
-
-
+ {{! check if user has access to both perf replication and dr replication }}
+ {{#if (and @version.hasPerfReplication @version.hasDRReplication)}}
+
+
+
+
+ {{! if user only has access to dr replication }}
+ {{else if @version.hasDRReplication}}
+
+ DR Primary
+
+
+
-
-{{/if}}
\ No newline at end of file
+
\ No newline at end of file
diff --git a/ui/app/templates/components/dashboard/secrets-engines-card.hbs b/ui/app/templates/components/dashboard/secrets-engines-card.hbs
index 09925a501326..b8ac3f444e29 100644
--- a/ui/app/templates/components/dashboard/secrets-engines-card.hbs
+++ b/ui/app/templates/components/dashboard/secrets-engines-card.hbs
@@ -1,72 +1,72 @@
-
Secrets engines
-
- <:body as |B|>
- {{#each this.filteredSecretsEngines as |backend|}}
-
-
-
+
\ No newline at end of file
diff --git a/ui/app/templates/components/dashboard/survey-link-text.hbs b/ui/app/templates/components/dashboard/survey-link-text.hbs
new file mode 100644
index 000000000000..43b4dbf30e56
--- /dev/null
+++ b/ui/app/templates/components/dashboard/survey-link-text.hbs
@@ -0,0 +1,8 @@
+
+
+ Don't see what you're looking for on this page? Let us know via our
+
+ feedback form.
+
+
+
\ No newline at end of file
diff --git a/ui/app/templates/components/dashboard/vault-configuration-details-card.hbs b/ui/app/templates/components/dashboard/vault-configuration-details-card.hbs
index c59f504ad703..ca21d9e5d6fb 100644
--- a/ui/app/templates/components/dashboard/vault-configuration-details-card.hbs
+++ b/ui/app/templates/components/dashboard/vault-configuration-details-card.hbs
@@ -1,36 +1,38 @@
-
Configuration details
+
+
Configuration details
-
- <:body as |B|>
-
- API_ADDR
- {{or @vaultConfiguration.api_addr "None"}}
-
-
- Default lease TTL
- {{format-duration
- @vaultConfiguration.default_lease_ttl
- }}
-
-
- Max lease TTL
- {{format-duration @vaultConfiguration.max_lease_ttl}}
-
-
- TLS
- {{this.tlsDisabled}}
-
-
- Log format
- {{or @vaultConfiguration.log_format "None"}}
-
-
- Log level
- {{@vaultConfiguration.log_level}}
-
-
- Storage type
- {{@vaultConfiguration.storage.type}}
-
-
-
\ No newline at end of file
+
+ <:body as |B|>
+
+ API_ADDR
+ {{or @vaultConfiguration.api_addr "None"}}
+
+
+ Default lease TTL
+ {{format-duration
+ @vaultConfiguration.default_lease_ttl
+ }}
+
+
+ Max lease TTL
+ {{format-duration @vaultConfiguration.max_lease_ttl}}
+
+
+ TLS
+ {{this.tlsDisabled}}
+
+
+ Log format
+ {{or @vaultConfiguration.log_format "None"}}
+
+
+ Log level
+ {{@vaultConfiguration.log_level}}
+
+
+ Storage type
+ {{@vaultConfiguration.storage.type}}
+
+
+
+
\ No newline at end of file
diff --git a/ui/app/templates/components/dashboard/vault-version-title.hbs b/ui/app/templates/components/dashboard/vault-version-title.hbs
index add28e8bb702..339a64602619 100644
--- a/ui/app/templates/components/dashboard/vault-version-title.hbs
+++ b/ui/app/templates/components/dashboard/vault-version-title.hbs
@@ -1,8 +1,9 @@
-
-
- {{this.versionHeader}}
-
-
-
-
-
\ No newline at end of file
+
+
+
+ {{this.versionHeader}}
+
+
+
+
+
\ No newline at end of file
diff --git a/ui/app/templates/components/logo-splash.hbs b/ui/app/templates/components/logo-splash.hbs
index ca68711456c2..633a4c31a3e7 100644
--- a/ui/app/templates/components/logo-splash.hbs
+++ b/ui/app/templates/components/logo-splash.hbs
@@ -3,7 +3,7 @@
SPDX-License-Identifier: BUSL-1.1
~}}
-
+
diff --git a/ui/app/templates/components/mfa/mfa-login-enforcement-form.hbs b/ui/app/templates/components/mfa/mfa-login-enforcement-form.hbs
index 00ef7a50f18f..a827c3392108 100644
--- a/ui/app/templates/components/mfa/mfa-login-enforcement-form.hbs
+++ b/ui/app/templates/components/mfa/mfa-login-enforcement-form.hbs
@@ -58,7 +58,7 @@
/>
{{#each this.targets as |target|}}