mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 21:21:24 +00:00
ui: cluster: code cleanups
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f433ad19d2
commit
9a9f1ac5aa
@ -70,21 +70,27 @@ Ext.define('PVE.ClusterInfoWindow', {
|
||||
{
|
||||
xtype: 'textfield',
|
||||
fieldLabel: gettext('IP Address'),
|
||||
cbind: { value: '{joinInfo.ipAddress}' },
|
||||
editable: false
|
||||
cbind: {
|
||||
value: '{joinInfo.ipAddress}',
|
||||
},
|
||||
editable: false,
|
||||
},
|
||||
{
|
||||
xtype: 'textfield',
|
||||
fieldLabel: gettext('Fingerprint'),
|
||||
cbind: { value: '{joinInfo.fingerprint}' },
|
||||
editable: false
|
||||
cbind: {
|
||||
value: '{joinInfo.fingerprint}',
|
||||
},
|
||||
editable: false,
|
||||
},
|
||||
{
|
||||
xtype: 'textarea',
|
||||
inputId: 'pveSerializedClusterInfo',
|
||||
fieldLabel: gettext('Join Information'),
|
||||
grow: true,
|
||||
cbind: { joinInfo: '{joinInfo}' },
|
||||
cbind: {
|
||||
joinInfo: '{joinInfo}',
|
||||
},
|
||||
editable: false,
|
||||
listeners: {
|
||||
afterrender: function(field) {
|
||||
@ -320,7 +326,7 @@ Ext.define('PVE.ClusterJoinNodeWindow', {
|
||||
allowBlank: false,
|
||||
bind: {
|
||||
value: '{info.ip}',
|
||||
readOnly: '{assistedEntry.checked}'
|
||||
readOnly: '{assistedEntry.checked}',
|
||||
},
|
||||
name: 'hostname'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user