Commit 83c50adb authored by Noelle Daley's avatar Noelle Daley
Browse files

whitespace

parent b64d2e94
Branches unavailable
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -2,11 +2,11 @@
<div class="container is-widescreen">
{{!-- ARG TODO setup error state and return --}}
<ReplicationPage @model={{model}} as |Page|>
<Page.header
<Page.header
@showTabs={{false}}
/>
<Page.toggle />
<Page.dashboard
<Page.dashboard
{{!-- passing in component to render so that the yielded components are flexible based on the dashboard --}}
@componentToRender='replication-secondary-card' as |Dashboard|>
<Dashboard.card
......@@ -16,7 +16,7 @@
@title="Write-Ahead Logs (WALs)"
/>
{{#if Dashboard.isSyncing }}
<AlertBanner
<AlertBanner
@title="Syncing in progress"
@type="info"
@secondIconType="loading"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment