[pve-devel] [PATCH manager 2/2] Make sure checkboxes always appear under the ACL combobox for a bit of esthetic

Emmanuel Kasper e.kasper at proxmox.com
Tue Jun 27 17:07:09 CEST 2017


---
 www/manager6/lxc/ResourceEdit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/lxc/ResourceEdit.js b/www/manager6/lxc/ResourceEdit.js
index 41bd25cb..dcf85f6e 100644
--- a/www/manager6/lxc/ResourceEdit.js
+++ b/www/manager6/lxc/ResourceEdit.js
@@ -506,7 +506,7 @@ Ext.define('PVE.lxc.MountPointInputPanel', {
 	];
 
 	if (!isroot) {
-	    me.column2.unshift({
+	    me.column2.splice(1, 0, {
 		xtype: 'pvecheckbox',
 		name: 'ro',
 		defaultValue: 0,
-- 
2.11.0





More information about the pve-devel mailing list