[pve-devel] [PATCH pve-manager 5/5] add mouint point to GUI

Wolfgang Link w.link at proxmox.com
Wed Oct 28 09:44:31 CET 2015


---
 www/manager/lxc/Resources.js | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/www/manager/lxc/Resources.js b/www/manager/lxc/Resources.js
index f99d62b..7149ff0 100644
--- a/www/manager/lxc/Resources.js
+++ b/www/manager/lxc/Resources.js
@@ -81,6 +81,15 @@ Ext.define('PVE.lxc.RessourceView', {
 	    }
 	};
 
+	for (i = 0; i < 10; i++) {
+	    confid = "mp" + i;
+	    rows[confid] = {
+		group: 1,
+		tdCls: 'pve-itype-icon-storage',
+		header: gettext('Mount Point') + ' (' + confid +')',
+	    };
+	}
+
 	var reload = function() {
 	    me.rstore.load();
 	};
-- 
2.1.4





More information about the pve-devel mailing list