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
8067f79686
commit
4aa1ae60cb
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
|
||||
|
||||
* 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
|
||||
|
||||
|
@ -44,7 +44,7 @@ Ext.define('PVE.storage.RBDInputPanel', {
|
||||
xtype: me.create ? 'textfield' : 'displayfield',
|
||||
height: 22, // hack: set same height as text fields
|
||||
name: 'monhost',
|
||||
value: 'X.X.X.X:6789;X.X.X.X:6789;X.X.X.X:6789',
|
||||
value: '',
|
||||
fieldLabel: gettext('Monitor Host'),
|
||||
allowBlank: false
|
||||
},
|
||||
@ -54,15 +54,7 @@ Ext.define('PVE.storage.RBDInputPanel', {
|
||||
name: 'username',
|
||||
value: 'admin',
|
||||
fieldLabel: gettext('username'),
|
||||
allowBlank: false
|
||||
},
|
||||
{
|
||||
xtype: me.create ? 'textfield' : 'displayfield',
|
||||
height: 22, // hack: set same height as text fields
|
||||
name: 'authsupported',
|
||||
value: 'cephx;none',
|
||||
fieldLabel: gettext('authsupported'),
|
||||
allowBlank: false
|
||||
allowBlank: true
|
||||
}
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user