Open Zorlin opened 1 year ago
Made some progress on this today.
I was able to edit /usr/share/pve-manager/js/pvemanagerlib.js, and under the following block of code:
pveceph: { name: 'RBD (PVE)', ipanel: 'RBDInputPanel', hideAdd: true, faIcon: 'building', backups: false, },
Add the following:
moosefs: { name: 'MooseFS', ipanel: 'MooseFSInputPanel', faIcon: 'building', backups: false, },
Now I can see MooseFS in the dropdown menu:
Made some progress on this today.
I was able to edit /usr/share/pve-manager/js/pvemanagerlib.js, and under the following block of code:
Add the following: