Skip to content

Commit 2228b83

Browse files
committed
move replication components to replication engine
1 parent 2c68ccf commit 2228b83

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

ui/app/templates/vault/cluster/replication-dr-promote/details.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<div class="container is-widescreen">
33
{{!-- ARG TODO setup error state and return --}}
44
<ReplicationPage @model={{model}} as |Page|>
5-
<Page.header
6-
@showTabs={{false}}
5+
<Page.header
6+
@showTabs={{false}}
77
@model={{data}}
88
/>
99
<Page.toggle />
10-
<Page.dashboard
10+
<Page.dashboard
1111
{{!-- passing in component to render so that the yielded components are flexible based on the dashboard --}}
1212
@componentToRender='replication-page/replication-dashboard/replication-card' as |Dashboard|>
1313
<Dashboard.card
@@ -19,7 +19,7 @@
1919
@metric_1={{if model.dr.state model.dr.state 'unknown'}}
2020
@metric_2={{if model.drStateDisplay model.drStateDisplay 'unknown'}}
2121
/>
22-
<Dashboard.card
22+
<Dashboard.card
2323
@title="Write-Ahead Logs (WALs)"
2424
@property_1="Last Remote WAL"
2525
@property_2="Last WAL entry from primary"

0 commit comments

Comments
 (0)