I want to set the default view is the "Folder View"

I am not experiencing this behavior. Every time I log out and log back in it defaults back to "server view". Is there a place to set it and forget it?
 
I have the same problem .. I want the default view "Folder view".. tell me how to

UPD:
I found the solution:
nano /usr/share/pve-manager/ext4/pvemanagerlib.js
Found

hslist: [
// order is important for notifications
// [ name, default ]
['view', 'server'],
['rid', 'root'],
['ltab', 'tasks'],
['nodetab', ''],
['storagetab', ''],
['pooltab', ''],
['kvmtab', ''],
['ovztab', ''],
['dctab', '']
],

edit ['view', 'server'] to ['view', 'folder']

be happy=)
 
Last edited:
Is there a solution that doesn't involve modifying the javascript? My view also defaults back to server view every time.