]> git.proxmox.com Git - pve-manager.git/commitdiff
cleanup RDB GUI (remove authsupported)
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 18 Feb 2013 12:00:39 +0000 (13:00 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 18 Feb 2013 12:00:39 +0000 (13:00 +0100)
Also remove default value for monhost, which was basically an example.
We should have a vtype for that instead.

debian/changelog.Debian
www/manager/storage/RBDEdit.js

index dec8fc425c03afd4b3e90fd2c925766507a0d5a9..2552abae44ff0a33868cad9a0cf51bb0a6d400f5 100644 (file)
@@ -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
 
index f8115427ae6bcae7891d5d282de621b5af188a8e..3eaa952d67ed874a5230254526b169a8a25d75c5 100644 (file)
@@ -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
            }
        ];