]> git.proxmox.com Git - pve-manager.git/commitdiff
CreateWizard: remove title from confirm tabpanel
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 29 Aug 2017 10:08:24 +0000 (12:08 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 1 Sep 2017 09:07:43 +0000 (11:07 +0200)
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@proxmox.com>
www/manager6/lxc/CreateWizard.js
www/manager6/qemu/CreateWizard.js

index c2f16a1a9c5aeac660f3d2feb2d8329e96d03eef..8515877aaf574dafcc501fcfad7c0ebecd7e8acd 100644 (file)
@@ -258,7 +258,6 @@ Ext.define('PVE.lxc.CreateWizard', {
                    layout: 'fit',
                    items: [
                        {
-                           title: gettext('Settings'),
                            xtype: 'grid',
                            store: summarystore,
                            columns: [
index 698ef146e0c7aa4a8fceb5b34db64430a25051fb..303d2914030eb8b04191f0cf57292922fa20916a 100644 (file)
@@ -127,7 +127,6 @@ Ext.define('PVE.qemu.CreateWizard', {
                    layout: 'fit',
                    items: [
                        {
-                           title: gettext('Settings'),
                            xtype: 'grid',
                            store: summarystore,
                            columns: [