mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 03:58:26 +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'),
|
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', {
|
|||||||
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'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user