From 84cf94dba8af8515b4600c865ae91f83f3c2fed0 Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Wed, 28 Jan 2026 11:58:05 -0500 Subject: [PATCH] VAULT-41682 - Updates dashboard cards to use HDS:ApplicationState instead of EmptyState (#12041) (#12047) * VAULT-41682 - EmptyState update to dashboard cards * fix - spelling --------- Co-authored-by: mohit-hashicorp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../dashboard/quick-actions-card.hbs | 37 ++++++++++--------- .../components/dashboard/replication-card.hbs | 26 +++++++------ .../dashboard/secrets-engines-card.hbs | 26 +++++++------ 3 files changed, 47 insertions(+), 42 deletions(-) diff --git a/ui/app/components/dashboard/quick-actions-card.hbs b/ui/app/components/dashboard/quick-actions-card.hbs index 9b1f67090d..5928a0ab4c 100644 --- a/ui/app/components/dashboard/quick-actions-card.hbs +++ b/ui/app/components/dashboard/quick-actions-card.hbs @@ -6,7 +6,7 @@

Quick actions

{{#if this.filteredSecretsEngines}} -
+
{{/if}} {{else}} - + + + + {{/if}} {{else}} - - - + + - + + + + {{/if}} \ No newline at end of file diff --git a/ui/app/components/dashboard/replication-card.hbs b/ui/app/components/dashboard/replication-card.hbs index f5890d535d..84bc2da0c8 100644 --- a/ui/app/components/dashboard/replication-card.hbs +++ b/ui/app/components/dashboard/replication-card.hbs @@ -86,18 +86,20 @@
{{else}} - - + + - + + + + {{/if}} \ No newline at end of file diff --git a/ui/app/components/dashboard/secrets-engines-card.hbs b/ui/app/components/dashboard/secrets-engines-card.hbs index 2ca10fc077..b8df77eec9 100644 --- a/ui/app/components/dashboard/secrets-engines-card.hbs +++ b/ui/app/components/dashboard/secrets-engines-card.hbs @@ -77,18 +77,20 @@ {{/if}} {{else}} - - + + - + + + + {{/if}} \ No newline at end of file