mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
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:
@@ -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;
|
||||
|
||||
@@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-demote';
|
||||
|
||||
export default Actions.extend({
|
||||
layout,
|
||||
tagName: '',
|
||||
});
|
||||
|
||||
@@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-disable';
|
||||
|
||||
export default Actions.extend({
|
||||
layout,
|
||||
tagName: '',
|
||||
});
|
||||
|
||||
@@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-generate-token';
|
||||
|
||||
export default Actions.extend({
|
||||
layout,
|
||||
tagName: '',
|
||||
});
|
||||
|
||||
@@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-promote';
|
||||
|
||||
export default Actions.extend({
|
||||
layout,
|
||||
tagName: '',
|
||||
});
|
||||
|
||||
@@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-recover';
|
||||
|
||||
export default Actions.extend({
|
||||
layout,
|
||||
tagName: '',
|
||||
});
|
||||
|
||||
@@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-reindex';
|
||||
|
||||
export default Actions.extend({
|
||||
layout,
|
||||
tagName: '',
|
||||
});
|
||||
|
||||
@@ -3,4 +3,5 @@ import layout from '../templates/components/replication-action-update-primary';
|
||||
|
||||
export default Actions.extend({
|
||||
layout,
|
||||
tagName: '',
|
||||
});
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user