so that by default the users get xtermjs
not for vms though, since most will still not use a serial
terminal as the display

Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>
---
 www/manager6/lxc/Config.js  | 9 ---------
 www/manager6/node/Config.js | 8 --------
 2 files changed, 17 deletions(-)

diff --git a/www/manager6/lxc/Config.js b/www/manager6/lxc/Config.js
index c9c49177..87dc8ff5 100644
--- a/www/manager6/lxc/Config.js
+++ b/www/manager6/lxc/Config.js
@@ -176,15 +176,6 @@ Ext.define('PVE.lxc.Config', {
            me.items.push(
                {
                    title: gettext('Console'),
-                   itemId: 'console',
-                   iconCls: 'fa fa-terminal',
-                   xtype: 'pveNoVncConsole',
-                   vmid: vmid,
-                   consoleType: 'lxc',
-                   nodename: nodename
-               },
-               {
-                   title: gettext('Console (JS)'),
                    itemId: 'consolejs',
                    iconCls: 'fa fa-terminal',
                    xtype: 'pveNoVncConsole',
diff --git a/www/manager6/node/Config.js b/www/manager6/node/Config.js
index bbda9842..bd7784c9 100644
--- a/www/manager6/node/Config.js
+++ b/www/manager6/node/Config.js
@@ -134,14 +134,6 @@ Ext.define('PVE.node.Config', {
                {
                    title: gettext('Shell'),
                    iconCls: 'fa fa-terminal',
-                   itemId: 'console',
-                   xtype: 'pveNoVncConsole',
-                   consoleType: 'shell',
-                   nodename: nodename
-               },
-               {
-                   title: gettext('Shell (JS)'),
-                   iconCls: 'fa fa-terminal',
                    itemId: 'jsconsole',
                    xtype: 'pveNoVncConsole',
                    consoleType: 'shell',
-- 
2.11.0


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

Reply via email to