pve-mods
pve-mods copied to clipboard
[Feature Request] Support for pve-manager/8.1.3
Would be great!
I've got a Proxmox 8.1.x installation and when I get back to to the United State and my Homelab, I can look at these patches on that version.
The changes can be made manually on 8.1.4. They work beautifully.
@raufaser Can you paste your modifications here?
I just updated my system to PVE 8.2.2 with PWT 4.2.3 and applied the changes again.
I generated some patch files. Maybe they are useful for anyone. pvemanagerlib.patch pvemanager-mobile.patch Nodes.patch proxmoxlib.patch
Please notice I don't have the PCH sensors. But I left it in anyways. But one of you has this sensor.
I have a question, how do you apply the patches?
My proxmox system version is 8.2.4. I need to apply a little modifications, using raufaser's patch files.
in proxmoxlib.js files
return record.used.toFixed(1) + '°C (crit: ' + record.total.toFixed(1) + '°C)';
-> return record.used + '°C (crit: ' + record.total + '°C)';
patch [options] originalfile patchfile