Expand view by default

tdo

Member
Oct 8, 2011
33
0
6
Hello,

is there a way to expand the view on the left side of the webinterface by default? Everytime I login, I have to click the "x", to see all VMs. It would also help my customers, because soem of them didn't knew, that they have to open this and it's a bit confusing...

I know, that expanding the view is done within 1 second, but it's annoying to do this every time I login. And maybe there is an easy way, to expand the view by default?

Does anyone know how to do this?

Thank you.
 
Hello,

I've found a way to expand the view by default:

1. Open /usr/share/pve-manager/ext4/pvemanagerlib.js
2. Search for: group.collapse();
3. Comment it out and save the file (only the first find)

Now the proxmox-Node is expanded by default after login.
 
Last edited:
I can't find "group.collapse();" in Proxmox 7
the file pvemanagerlib.js is now in this path: /usr/share/pve-manager/js/pvemanagerlib.js

But there is no group.collapse();
Any help?