-
-
Save h2dcomputers/8798c7e887214e118ee00454c87dcec4 to your computer and use it in GitHub Desktop.
will this work on proxmox backup server?
Yes, only reboot after, as the "systemctl restart pveproxy.service" is not on PBS available.
Confirmed working here on 4.1.5.
@SantiPT007 worked flawlessly with 9.1.5 !!!
#Single command to perform all functions in one step cp /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.bak && sed -i '/checked_command: function (orig_cmd) {$/a\ return (typeof orig_cmd === "function" && (orig_cmd(), true));' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
Also works on 9.1.11.
Doesn't seem to be working anymore after May 26th for me (9.2.3)
Doesn't seem to be working anymore after May 26th for me (9.2.3)
Its working for me (9.2.3). Try restarting pveproxy service and clear the browser cache.
Doesn't seem to be working anymore after May 26th for me (9.2.3)
Its working for me (9.2.3). Try restarting pveproxy service and clear the browser cache.
You were right, I had restarted the service, but not cleared the cache. Still working fine!
Single command to perform all functions in one step works flawless on VE 9.2.3
Don't forget to clear browser cache
will this work on proxmox backup server?