mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 00:24:03 +00:00
cleanup RDB GUI (remove authsupported)
Also remove default value for monhost, which was basically an example. We should have a vtype for that instead.
This commit is contained in:
parent
defccfad1b
commit
23f92e9457
4
debian/changelog.Debian
vendored
4
debian/changelog.Debian
vendored
@ -5,6 +5,10 @@ pve-manager (2.3-7) unstable; urgency=low
|
|||||||
* use e1000 as default network card
|
* use e1000 as default network card
|
||||||
|
|
||||||
* enable RBD on the GUI
|
* enable RBD on the GUI
|
||||||
|
|
||||||
|
* Allow to set tablet option on the GUI
|
||||||
|
|
||||||
|
* cleanup RDB GUI (remove authsupported)
|
||||||
|
|
||||||
-- Proxmox Support Team <support@proxmox.com> Thu, 31 Jan 2013 07:16:13 +0100
|
-- Proxmox Support Team <support@proxmox.com> Thu, 31 Jan 2013 07:16:13 +0100
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ Ext.define('PVE.storage.RBDInputPanel', {
|
|||||||
xtype: me.create ? 'textfield' : 'displayfield',
|
xtype: me.create ? 'textfield' : 'displayfield',
|
||||||
height: 22, // hack: set same height as text fields
|
height: 22, // hack: set same height as text fields
|
||||||
name: 'monhost',
|
name: 'monhost',
|
||||||
value: 'X.X.X.X:6789;X.X.X.X:6789;X.X.X.X:6789',
|
value: '',
|
||||||
fieldLabel: gettext('Monitor Host'),
|
fieldLabel: gettext('Monitor Host'),
|
||||||
allowBlank: false
|
allowBlank: false
|
||||||
},
|
},
|
||||||
@ -54,15 +54,7 @@ Ext.define('PVE.storage.RBDInputPanel', {
|
|||||||
name: 'username',
|
name: 'username',
|
||||||
value: 'admin',
|
value: 'admin',
|
||||||
fieldLabel: gettext('username'),
|
fieldLabel: gettext('username'),
|
||||||
allowBlank: false
|
allowBlank: true
|
||||||
},
|
|
||||||
{
|
|
||||||
xtype: me.create ? 'textfield' : 'displayfield',
|
|
||||||
height: 22, // hack: set same height as text fields
|
|
||||||
name: 'authsupported',
|
|
||||||
value: 'cephx;none',
|
|
||||||
fieldLabel: gettext('authsupported'),
|
|
||||||
allowBlank: false
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user