Commit 21ba6546 authored by Wolfgang Link's avatar Wolfgang Link Committed by Dietmar Maurer

move Root Disk form Options to Resources and add icon for it

parent b0bf0bca
...@@ -51,10 +51,6 @@ Ext.define('PVE.lxc.Options', { ...@@ -51,10 +51,6 @@ Ext.define('PVE.lxc.Options', {
header: gettext('Architecture'), header: gettext('Architecture'),
defaultValue: PVE.Utils.unknownText defaultValue: PVE.Utils.unknownText
}, },
rootfs: {
header: gettext('Root Disk'),
defaultValue: PVE.Utils.noneText
},
console: { console: {
header: gettext('Enable /dev/console'), header: gettext('Enable /dev/console'),
defaultValue: 1, defaultValue: 1,
......
...@@ -73,6 +73,11 @@ Ext.define('PVE.lxc.RessourceView', { ...@@ -73,6 +73,11 @@ Ext.define('PVE.lxc.RessourceView', {
editor: caps.vms['VM.Config.CPU'] ? 'PVE.lxc.CPUEdit' : undefined, editor: caps.vms['VM.Config.CPU'] ? 'PVE.lxc.CPUEdit' : undefined,
defaultValue: 1024, defaultValue: 1024,
tdCls: 'pve-itype-icon-processor' tdCls: 'pve-itype-icon-processor'
},
rootfs: {
header: gettext('Root Disk'),
defaultValue: PVE.Utils.noneText,
tdCls: 'pve-itype-icon-storage'
} }
}; };
......
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