Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vault
Commits
b23c1b41
Commit
b23c1b41
authored
5 years ago
by
Noelle Daley
Browse files
Options
Download
Email Patches
Plain Diff
use correct property names for StateDisplay
parent
74a7fbee
Branches unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ui/lib/core/addon/templates/components/replication-mode-summary.hbs
+2
-2
...e/addon/templates/components/replication-mode-summary.hbs
with
2 additions
and
2 deletions
+2
-2
ui/lib/core/addon/templates/components/replication-mode-summary.hbs
+
2
-
2
View file @
b23c1b41
...
...
@@ -105,9 +105,9 @@
Enable
{{/
link-to
}}
{{else
if
(
eq
mode
'dr'
)
}}
{{
cluster
.
dr
Replication
StateDisplay
}}
{{
cluster
.
drStateDisplay
}}
{{else
if
(
eq
mode
'performance'
)
}}
{{
cluster
.
perf
Replication
StateDisplay
}}
{{
cluster
.
perf
ormance
StateDisplay
}}
{{/if}}
</div>
{{/if}}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help