[SOLVED] Reinstall Web GUI?

x86txt

Member
Jul 13, 2020
5
1
8
47
I borked the web gui html and js files while trying to install a dark theme. Is there a way to reinstall them from apt? I tried an 'apt --reinstall install pve-manager' but that didn't seem to work.

I have access to another PVE install I could scp the files from also, if that would help.
 
apt install --reinstall pve-manager proxmox-widget-toolkit libjs-extjs

if that does not work, retrace your steps (which files did you modify, ...). dpkg -S $PATH will tell you which package ships a certain file.
 
apt install --reinstall pve-manager proxmox-widget-toolkit libjs-extjs

if that does not work, retrace your steps (which files did you modify, ...). dpkg -S $PATH will tell you which package ships a certain file.

The apt command fixed it, thank you!
 
apt install --reinstall pve-manager proxmox-widget-toolkit libjs-extjs

if that does not work, retrace your steps (which files did you modify, ...). dpkg -S $PATH will tell you which package ships a certain file.
thx a lot, also crashed my pveproxy configuration files and you helped me to get everything back :))