Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ui/app/styles/components/action-block.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@
.replication-actions-grid-item {
flex-basis: 50%;
padding: $spacing-s;
display: flex;
width: 100%;
}

.replication-actions-grid-item .action-block {
height: 100%;
width: 100%;
@include until($tablet) {
height: inherit;
Expand Down
1 change: 1 addition & 0 deletions ui/lib/core/addon/components/replication-action-demote.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-demote';

export default Actions.extend({
layout,
tagName: '',
});
1 change: 1 addition & 0 deletions ui/lib/core/addon/components/replication-action-disable.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-disable';

export default Actions.extend({
layout,
tagName: '',
});
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-generate-token';

export default Actions.extend({
layout,
tagName: '',
});
1 change: 1 addition & 0 deletions ui/lib/core/addon/components/replication-action-promote.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-promote';

export default Actions.extend({
layout,
tagName: '',
});
1 change: 1 addition & 0 deletions ui/lib/core/addon/components/replication-action-recover.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-recover';

export default Actions.extend({
layout,
tagName: '',
});
1 change: 1 addition & 0 deletions ui/lib/core/addon/components/replication-action-reindex.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-reindex';

export default Actions.extend({
layout,
tagName: '',
});
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-update-primary';

export default Actions.extend({
layout,
tagName: '',
});
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
</h3>
<div class="grid-item-second-row">
<h6 class="title is-6">
known_primary_cluster_addr
known_primary_cluster_addrs
</h6>
<p class="has-text-grey">
A list of all the nodes in the primary's cluster. This value is updated every ten seconds.
Expand Down