From f99124fb8a77fe6b6e38bdaa5c0f808eede3f2d6 Mon Sep 17 00:00:00 2001 From: Wolfgang Link Date: Wed, 28 Oct 2015 09:44:31 +0100 Subject: [PATCH] add mouint point to GUI --- 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 f99d62b9..7149ff0e 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(); };