Skip to content

Commit

Permalink
move replication components to replication engine
Browse files Browse the repository at this point in the history
  • Loading branch information
andaley committed Apr 6, 2020
1 parent 2c68ccf commit 2228b83
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<div class="container is-widescreen">
{{!-- ARG TODO setup error state and return --}}
<ReplicationPage @model={{model}} as |Page|>
<Page.header
@showTabs={{false}}
<Page.header
@showTabs={{false}}
@model={{data}}
/>
<Page.toggle />
<Page.dashboard
<Page.dashboard
{{!-- passing in component to render so that the yielded components are flexible based on the dashboard --}}
@componentToRender='replication-page/replication-dashboard/replication-card' as |Dashboard|>
<Dashboard.card
Expand All @@ -19,7 +19,7 @@
@metric_1={{if model.dr.state model.dr.state 'unknown'}}
@metric_2={{if model.drStateDisplay model.drStateDisplay 'unknown'}}
/>
<Dashboard.card
<Dashboard.card
@title="Write-Ahead Logs (WALs)"
@property_1="Last Remote WAL"
@property_2="Last WAL entry from primary"
Expand Down
File renamed without changes.

0 comments on commit 2228b83

Please sign in to comment.