Commit fa9a7f4e authored by Wolfgang Link's avatar Wolfgang Link Committed by Dietmar Maurer

add mouint point to GUI

parent 67c60602
......@@ -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();
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment