mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 07:06:14 +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(
|
me.items.push(
|
||||||
{
|
{
|
||||||
title: gettext('Console'),
|
title: gettext('Console'),
|
||||||
itemId: 'console',
|
|
||||||
iconCls: 'fa fa-terminal',
|
|
||||||
xtype: 'pveNoVncConsole',
|
|
||||||
vmid: vmid,
|
|
||||||
consoleType: 'lxc',
|
|
||||||
nodename: nodename
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: gettext('Console (JS)'),
|
|
||||||
itemId: 'consolejs',
|
itemId: 'consolejs',
|
||||||
iconCls: 'fa fa-terminal',
|
iconCls: 'fa fa-terminal',
|
||||||
xtype: 'pveNoVncConsole',
|
xtype: 'pveNoVncConsole',
|
||||||
|
@ -134,14 +134,6 @@ Ext.define('PVE.node.Config', {
|
|||||||
{
|
{
|
||||||
title: gettext('Shell'),
|
title: gettext('Shell'),
|
||||||
iconCls: 'fa fa-terminal',
|
iconCls: 'fa fa-terminal',
|
||||||
itemId: 'console',
|
|
||||||
xtype: 'pveNoVncConsole',
|
|
||||||
consoleType: 'shell',
|
|
||||||
nodename: nodename
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: gettext('Shell (JS)'),
|
|
||||||
iconCls: 'fa fa-terminal',
|
|
||||||
itemId: 'jsconsole',
|
itemId: 'jsconsole',
|
||||||
xtype: 'pveNoVncConsole',
|
xtype: 'pveNoVncConsole',
|
||||||
consoleType: 'shell',
|
consoleType: 'shell',
|
||||||
|
Loading…
Reference in New Issue
Block a user