add mouint point to GUI

This commit is contained in:
Wolfgang Link 2015-10-28 09:44:31 +01:00 committed by Dietmar Maurer
parent c2ee953ce8
commit f99124fb8a

View File

@ -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() { var reload = function() {
me.rstore.load(); me.rstore.load();
}; };