diff --git a/ui/app/styles/components/replication-dashboard.scss b/ui/app/styles/components/replication-dashboard.scss
index 67ca5c0eb3ae..778f34cf70e0 100644
--- a/ui/app/styles/components/replication-dashboard.scss
+++ b/ui/app/styles/components/replication-dashboard.scss
@@ -23,14 +23,12 @@
.card-container {
display: grid;
- grid-gap: 2rem;
+ grid-gap: 1rem;
grid-template-columns: 1fr 1fr;
- grid-template-rows: 1fr 1fr 0.8fr;
+ grid-template-rows: 0.2fr 1fr 0.2fr;
padding: $spacing-l;
line-height: 1.5;
- height: 230px;
-
@include until(1320px) {
// prevent an issue with the card descriptions wrapping and expanding height
min-height: 250px;
diff --git a/ui/lib/core/addon/components/replication-header.js b/ui/lib/core/addon/components/replication-header.js
index 1f567ad032b3..17ed3907320c 100644
--- a/ui/lib/core/addon/components/replication-header.js
+++ b/ui/lib/core/addon/components/replication-header.js
@@ -1,18 +1,8 @@
-/**
- * @module ReplicationHeader
- * ARG TODO: finish
- *
- * @example
- * ```js
- *
+
{{@message}}
diff --git a/ui/lib/core/addon/templates/components/replication-dashboard.hbs b/ui/lib/core/addon/templates/components/replication-dashboard.hbs index 77a415c897b3..f33d086ccdf2 100644 --- a/ui/lib/core/addon/templates/components/replication-dashboard.hbs +++ b/ui/lib/core/addon/templates/components/replication-dashboard.hbs @@ -1,4 +1,4 @@ -{{replicationDetails.primaryClusterAddr}}
+ {{replicationDetails.primaryClusterAddr}}
{{else}}
no known primary cluster address
{{/if}}
@@ -18,7 +18,8 @@
@title={{concat "Re-indexing in progress" reindexingStage}}
@type="info"
@secondIconType="loading"
- @message="This can cause a delay depending on the size of the data store. You can use Vault during this time."/>
+ @message="This can cause a delay depending on the size of the data store. You can use Vault during this time."
+ data-test-isReindexing/>
{{/if}}