From d807e210d5483b018e40609f1770ee4997ccb1e4 Mon Sep 17 00:00:00 2001 From: Wolfgang Link Date: Wed, 28 Oct 2015 09:44:29 +0100 Subject: [PATCH] move Root Disk form Options to Resources and add icon for it --- www/manager/lxc/Options.js | 4 ---- www/manager/lxc/Resources.js | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) 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' } };