Commit f006100b authored by Dietmar Maurer's avatar Dietmar Maurer

disable inline console

parent eda53c14
......@@ -53,6 +53,7 @@ Ext.define('PVE.openvz.Config', {
xtype: 'pveBeanCounterGrid',
url: '/api2/json/nodes/' + nodename + '/openvz/' + vmid + '/status/ubc'
},
/*
{
xtype: 'pveOpenVZConsole',
title: 'Console',
......@@ -60,6 +61,7 @@ Ext.define('PVE.openvz.Config', {
nodename: nodename,
vmid: vmid
},
*/
{
xtype: 'pveBackupView',
title: 'Backup',
......
......@@ -37,6 +37,7 @@ Ext.define('PVE.qemu.Config', {
itemId: 'options',
xtype: 'PVE.qemu.Options'
},
/*
{
xtype: 'pveKVMConsole',
title: 'Console',
......@@ -45,6 +46,7 @@ Ext.define('PVE.qemu.Config', {
nodename: nodename,
vmid: vmid
},
*/
{
xtype: 'pveBackupView',
title: 'Backup',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment