mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 17:10:35 +00:00
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:
parent
3438c27eab
commit
1fe7312bf2
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user