mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 09:07:19 +00:00
ui: cluster edit/create: style nits, avoid extra label
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4ea2cac2ae
commit
41aa53eaa0
@ -26,22 +26,13 @@ Ext.define('PVE.ClusterCreateWindow', {
|
||||
},
|
||||
{
|
||||
xtype: 'fieldcontainer',
|
||||
fieldLabel: gettext("Cluster Links"),
|
||||
style: {
|
||||
'padding-top': '5px',
|
||||
},
|
||||
fieldLabel: gettext("Cluster Network"),
|
||||
items: [
|
||||
{
|
||||
xtype: 'pveCorosyncLinkEditor',
|
||||
style: {
|
||||
'padding-bottom': '5px',
|
||||
},
|
||||
infoText: gettext("Multiple links are used as failover, lower numbers have higher priority."),
|
||||
name: 'links'
|
||||
},
|
||||
{
|
||||
xtype: 'label',
|
||||
text: gettext("Multiple links are used as failover, lower numbers have higher priority.")
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
@ -357,7 +348,7 @@ Ext.define('PVE.ClusterJoinNodeWindow', {
|
||||
},
|
||||
{
|
||||
xtype: 'fieldcontainer',
|
||||
fieldLabel: gettext("Cluster Links"),
|
||||
fieldLabel: gettext("Cluster Network"),
|
||||
items: [
|
||||
{
|
||||
xtype: 'pveCorosyncLinkEditor',
|
||||
|
@ -391,6 +391,7 @@ Ext.define('PVE.form.CorosyncLinkEditor', {
|
||||
let controller = me.getController();
|
||||
|
||||
vm.set('allowNumberEdit', me.allowNumberEdit);
|
||||
vm.set('infoText', me.infoText || '');
|
||||
|
||||
me.callParent();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user