From 23f92e9457d75eddab7ab74c42e451a299a32dc6 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 18 Feb 2013 13:00:39 +0100 Subject: [PATCH] cleanup RDB GUI (remove authsupported) Also remove default value for monhost, which was basically an example. We should have a vtype for that instead. --- debian/changelog.Debian | 4 ++++ www/manager/storage/RBDEdit.js | 12 ++---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/debian/changelog.Debian b/debian/changelog.Debian index dec8fc42..2552abae 100644 --- a/debian/changelog.Debian +++ b/debian/changelog.Debian @@ -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 Thu, 31 Jan 2013 07:16:13 +0100 diff --git a/www/manager/storage/RBDEdit.js b/www/manager/storage/RBDEdit.js index f8115427..3eaa952d 100644 --- a/www/manager/storage/RBDEdit.js +++ b/www/manager/storage/RBDEdit.js @@ -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 } ]; -- 2.39.2