CreateWizard: remove title from confirm tabpanel

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>
This commit is contained in:
Thomas Lamprecht 2017-08-29 12:08:24 +02:00 committed by Fabian Grünbichler
parent 8ad3421180
commit 79a14fbbd8
2 changed files with 0 additions and 2 deletions

View File

@ -258,7 +258,6 @@ Ext.define('PVE.lxc.CreateWizard', {
layout: 'fit',
items: [
{
title: gettext('Settings'),
xtype: 'grid',
store: summarystore,
columns: [

View File

@ -127,7 +127,6 @@ Ext.define('PVE.qemu.CreateWizard', {
layout: 'fit',
items: [
{
title: gettext('Settings'),
xtype: 'grid',
store: summarystore,
columns: [