[pve-devel] [PATCH manager 1/3] CreateWizard: remove title from confirm tabpanel

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Jul 26 15:49:11 CEST 2017


It isn't needed as its obvious that the table below show the
configuration. It just takes away space.

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 www/manager6/lxc/CreateWizard.js  | 1 -
 www/manager6/qemu/CreateWizard.js | 1 -
 2 files changed, 2 deletions(-)

diff --git a/www/manager6/lxc/CreateWizard.js b/www/manager6/lxc/CreateWizard.js
index c2f16a1a..8515877a 100644
--- a/www/manager6/lxc/CreateWizard.js
+++ b/www/manager6/lxc/CreateWizard.js
@@ -258,7 +258,6 @@ Ext.define('PVE.lxc.CreateWizard', {
 		    layout: 'fit',
 		    items: [
 			{
-			    title: gettext('Settings'),
 			    xtype: 'grid',
 			    store: summarystore,
 			    columns: [
diff --git a/www/manager6/qemu/CreateWizard.js b/www/manager6/qemu/CreateWizard.js
index aab78479..29374b3a 100644
--- a/www/manager6/qemu/CreateWizard.js
+++ b/www/manager6/qemu/CreateWizard.js
@@ -127,7 +127,6 @@ Ext.define('PVE.qemu.CreateWizard', {
 		    layout: 'fit',
 		    items: [
 			{
-			    title: gettext('Settings'),
 			    xtype: 'grid',
 			    store: summarystore,
 			    columns: [
-- 
2.11.0





More information about the pve-devel mailing list