Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ui/update replication in wizard #9106

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions ui/app/templates/components/wizard/replication-setup.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
<p>
Vault has two kinds of replication, each for a different purpose. Do you want to keep a backup of your data, or are you more interested in speed of access?
</p>

<LearnLink @path="/vault/operations/ops-replication">
<Icon @glyph="learn" aria-hidden="true" />Learn: Setting Up Performance Replication
</LearnLink>

<LearnLink @path="/vault/operations/ops-disaster-recovery">
<Icon @glyph="learn" aria-hidden="true" />
Learn: Setting up Disaster Recovery
</LearnLink>

</WizardSection>
<WizardSection @headerText="Cluster mode" @class="wizard-details">
<p>
Expand Down