diff --git a/www/manager/lxc/Options.js b/www/manager/lxc/Options.js index 8461514a..fffd8e78 100644 --- a/www/manager/lxc/Options.js +++ b/www/manager/lxc/Options.js @@ -51,10 +51,6 @@ Ext.define('PVE.lxc.Options', { header: gettext('Architecture'), defaultValue: PVE.Utils.unknownText }, - rootfs: { - header: gettext('Root Disk'), - defaultValue: PVE.Utils.noneText - }, console: { header: gettext('Enable /dev/console'), defaultValue: 1, diff --git a/www/manager/lxc/Resources.js b/www/manager/lxc/Resources.js index c985920d..78b64e56 100644 --- a/www/manager/lxc/Resources.js +++ b/www/manager/lxc/Resources.js @@ -73,6 +73,11 @@ Ext.define('PVE.lxc.RessourceView', { editor: caps.vms['VM.Config.CPU'] ? 'PVE.lxc.CPUEdit' : undefined, defaultValue: 1024, tdCls: 'pve-itype-icon-processor' + }, + rootfs: { + header: gettext('Root Disk'), + defaultValue: PVE.Utils.noneText, + tdCls: 'pve-itype-icon-storage' } };