mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 03:15:21 +00:00
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:
parent
8ad3421180
commit
79a14fbbd8
@ -258,7 +258,6 @@ Ext.define('PVE.lxc.CreateWizard', {
|
||||
layout: 'fit',
|
||||
items: [
|
||||
{
|
||||
title: gettext('Settings'),
|
||||
xtype: 'grid',
|
||||
store: summarystore,
|
||||
columns: [
|
||||
|
@ -127,7 +127,6 @@ Ext.define('PVE.qemu.CreateWizard', {
|
||||
layout: 'fit',
|
||||
items: [
|
||||
{
|
||||
title: gettext('Settings'),
|
||||
xtype: 'grid',
|
||||
store: summarystore,
|
||||
columns: [
|
||||
|
Loading…
Reference in New Issue
Block a user