mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 08:16:25 +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',
|
layout: 'fit',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
title: gettext('Settings'),
|
|
||||||
xtype: 'grid',
|
xtype: 'grid',
|
||||||
store: summarystore,
|
store: summarystore,
|
||||||
columns: [
|
columns: [
|
||||||
|
@ -127,7 +127,6 @@ Ext.define('PVE.qemu.CreateWizard', {
|
|||||||
layout: 'fit',
|
layout: 'fit',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
title: gettext('Settings'),
|
|
||||||
xtype: 'grid',
|
xtype: 'grid',
|
||||||
store: summarystore,
|
store: summarystore,
|
||||||
columns: [
|
columns: [
|
||||||
|
Loading…
Reference in New Issue
Block a user