diff --git a/ui/app/components/recovery/page/snapshots.hbs b/ui/app/components/recovery/page/snapshots.hbs index ee33f2eb40..5e51de4dca 100644 --- a/ui/app/components/recovery/page/snapshots.hbs +++ b/ui/app/components/recovery/page/snapshots.hbs @@ -10,10 +10,8 @@ /> {{#if @model.snapshots.showRaftStorageMessage}} -
- - - + + {{else}} {{#if @model.showCommunityMessage}} - - + - + + + + + {{else if (not @model.snapshots)}} {{! Currently, only a single snapshot is supported and the UI automatically redirects users to "recovery.snapshots.snapshot.manage" if one exists. In the future, this may change to support multiple loaded snapshots and a LIST view will be built then. }} {{#let (get this.emptyStateDetails this.state) as |d|}} - + - {{#if (eq this.state this.viewState.ALLOW_UPLOAD)}} - - {{else}} - - {{/if}} - + + + + + {{#if (eq this.state this.viewState.ALLOW_UPLOAD)}} + + {{else}} + + {{/if}} + + {{/let}} {{/if}} {{/if}} \ No newline at end of file diff --git a/ui/lib/replication/addon/templates/index.hbs b/ui/lib/replication/addon/templates/index.hbs index eca78545c0..5c0de37362 100644 --- a/ui/lib/replication/addon/templates/index.hbs +++ b/ui/lib/replication/addon/templates/index.hbs @@ -18,7 +18,13 @@ - + + + {{else if this.model.replicationIsInitializing}} {{else if this.model.allReplicationDisabled}} diff --git a/ui/lib/replication/addon/templates/mode/secondaries/config-show.hbs b/ui/lib/replication/addon/templates/mode/secondaries/config-show.hbs index 4eaeb77483..ad93358f3c 100644 --- a/ui/lib/replication/addon/templates/mode/secondaries/config-show.hbs +++ b/ui/lib/replication/addon/templates/mode/secondaries/config-show.hbs @@ -44,5 +44,8 @@ {{else}} - + + + + {{/if}} \ No newline at end of file