Ui/fix manage grid (#9309)

* fix typo in known_primary_cluster_addrs

* make height of manage actions the same on all browsers
This commit is contained in:
Noelle Daley
2020-06-24 13:50:26 -07:00
committed by GitHub
parent fff0db3b2a
commit 8d2e829918
9 changed files with 10 additions and 2 deletions

View File

@@ -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;

View File

@@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-demote';
export default Actions.extend({
layout,
tagName: '',
});

View File

@@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-disable';
export default Actions.extend({
layout,
tagName: '',
});

View File

@@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-generate-token';
export default Actions.extend({
layout,
tagName: '',
});

View File

@@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-promote';
export default Actions.extend({
layout,
tagName: '',
});

View File

@@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-recover';
export default Actions.extend({
layout,
tagName: '',
});

View File

@@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-reindex';
export default Actions.extend({
layout,
tagName: '',
});

View File

@@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-update-primary';
export default Actions.extend({
layout,
tagName: '',
});

View File

@@ -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.