mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 11:46:44 +00:00
add mouint point to GUI
This commit is contained in:
parent
c2ee953ce8
commit
f99124fb8a
@ -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();
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user