mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 15:58:20 +00:00
move Root Disk form Options to Resources and add icon for it
This commit is contained in:
parent
21855147bc
commit
d807e210d5
@ -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,
|
||||
|
@ -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'
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user