renames the 'DNS' step to 'DNS / Time' and allows one to set the
timezone of the container during setup.

Signed-off-by: Oguz Bektas <o.bek...@proxmox.com>
---
v1->v2:
no changes

 www/manager6/lxc/CreateWizard.js | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/www/manager6/lxc/CreateWizard.js b/www/manager6/lxc/CreateWizard.js
index 87076e0d..3a715669 100644
--- a/www/manager6/lxc/CreateWizard.js
+++ b/www/manager6/lxc/CreateWizard.js
@@ -227,9 +227,19 @@ Ext.define('PVE.lxc.CreateWizard', {
            isCreate: true
        },
        {
-           xtype: 'pveLxcDNSInputPanel',
-           title: gettext('DNS'),
-           insideWizard: true
+           xtype: 'container',
+           layout: 'hbox',
+           title: gettext('DNS / Time'),
+           items: [
+               {
+                   xtype: 'pveLxcDNSInputPanel',
+                   insideWizard: true
+               },
+               {
+                   xtype: 'PVETimezonePanel',
+                   insideWizard: true
+               }
+           ]
        },
        {
            title: gettext('Confirm'),
-- 
2.20.1

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to