mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-11-01 05:11:53 +00:00
ext6migrate: enable update and console tab for node
since the console is working again, we can activate the console tab and the update tab for nodes Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
a1cf4e84e5
commit
a74b7d9663
@ -191,15 +191,13 @@ Ext.define('PVE.node.Config', {
|
||||
{
|
||||
title: gettext('Updates'),
|
||||
itemId: 'apt',
|
||||
// xtype: 'pveNodeAPT',
|
||||
xtype: 'panel',
|
||||
xtype: 'pveNodeAPT',
|
||||
nodename: nodename
|
||||
},
|
||||
{
|
||||
title: gettext('Console'),
|
||||
itemId: 'console',
|
||||
// xtype: 'pveNoVncConsole',
|
||||
xtype: 'panel',
|
||||
xtype: 'pveNoVncConsole',
|
||||
consoleType: 'shell',
|
||||
nodename: nodename
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user