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
e23ff1b6
Unverified
Commit
e23ff1b6
authored
3 years ago
by
Angel Garbarino
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
clean up (#14911)
parent
98bb642c
Branches unavailable
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ui/lib/replication/addon/templates/mode/secondaries/index.hbs
+2
-2
...ib/replication/addon/templates/mode/secondaries/index.hbs
ui/tests/acceptance/enterprise-replication-test.js
+1
-1
ui/tests/acceptance/enterprise-replication-test.js
with
3 additions
and
3 deletions
+3
-3
ui/lib/replication/addon/templates/mode/secondaries/index.hbs
+
2
-
2
View file @
e23ff1b6
...
...
@@ -36,9 +36,9 @@
<LinkTo
@
route=
"mode.secondaries.config-show"
@
models=
{{
array
this
.
replicationMode
secondary
}}
data-test-replication-
mount
-filter-link=
{{
true
}}
data-test-replication-
path
-filter-link=
{{
true
}}
>
Mount
filter config
Path
filter config
</LinkTo>
</li>
{{/if}}
...
...
This diff is collapsed.
Click to expand it.
ui/tests/acceptance/enterprise-replication-test.js
+
1
-
1
View file @
e23ff1b6
...
...
@@ -115,7 +115,7 @@ module('Acceptance | Enterprise | replication', function (hooks) {
await
click
(
'
[data-test-popup-menu-trigger]
'
);
await
click
(
'
[data-test-replication-
mount
-filter-link]
'
);
await
click
(
'
[data-test-replication-
path
-filter-link]
'
);
assert
.
equal
(
currentURL
(),
`/vault/replication/performance/secondaries/config/show/
${
secondaryName
}
`
);
assert
.
dom
(
'
[data-test-mount-config-mode]
'
).
includesText
(
mode
,
'
show page renders the correct mode
'
);
...
...
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