remove the novnc panels for node/container

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.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2018-04-20 15:37:48 +02:00 committed by Thomas Lamprecht
parent 3438c27eab
commit 1fe7312bf2
2 changed files with 0 additions and 17 deletions

View File

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

View File

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