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',