]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
move Root Disk form Options to Resources and add icon for it
authorWolfgang Link <w.link@proxmox.com>
Wed, 28 Oct 2015 08:44:29 +0000 (09:44 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 28 Oct 2015 10:37:31 +0000 (11:37 +0100)
www/manager/lxc/Options.js
www/manager/lxc/Resources.js

index 8461514a7e703d9cbc2a3bac5ee56c7ab1e3acbe..fffd8e78a8f6191944ebe0d734a0b9ea2e273d70 100644 (file)
@@ -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,
index c985920dc43b700f53e92c90356c4a6201310ee8..78b64e5643d215d7bb15aac982f0e7e42cb184a9 100644 (file)
@@ -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'
            }
        };