I received this tip from a co-worker on how to remove the nag dialog box upon login to the Proxmox 4.x web-UI.
- Edit: /usr/share/pve-manager/ext6/pvemanagerlib.js
- Search for: ‘Active’
- Replace:
if (data.status !== ‘Active’) {
with
if (false && data.status !== ‘Active’) {
You will need to close and re-open your web browser / clear your cache to see the box removed.
Again like I said last time regarding guilt; there is support from Proxmox available if you feel guilty about using the “hack”