pve-mods icon indicating copy to clipboard operation
pve-mods copied to clipboard

[Feature Request] Support for pve-manager/8.1.3

Open BLACK4585 opened this issue 1 year ago • 6 comments

Would be great!

BLACK4585 avatar Dec 24 '23 16:12 BLACK4585

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.

mcgarrah avatar Jan 04 '24 00:01 mcgarrah

The changes can be made manually on 8.1.4. They work beautifully. Screenshot 2024-02-28 004710

raufaser avatar Feb 27 '24 23:02 raufaser

@raufaser Can you paste your modifications here?

BLACK4585 avatar Apr 05 '24 10:04 BLACK4585

I just updated my system to PVE 8.2.2 with PWT 4.2.3 and applied the changes again.

Screenshot 2024-04-28 000606

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.

raufaser avatar Apr 27 '24 22:04 raufaser

I have a question, how do you apply the patches?

rickygm avatar Jun 11 '24 23:06 rickygm

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)';

image

choikris avatar Aug 15 '24 14:08 choikris

patch [options] originalfile patchfile

nazrinizzat avatar Dec 13 '24 06:12 nazrinizzat