[pve-devel] [PATCH manager v2 01/11] CreateWizard: remove title from confirm tabpanel
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Aug 29 12:08:24 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>
---
changes v1 -> v2:
* none, but was reviewed by Emmanuel
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 698ef146..303d2914 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