Locking view

mhmm ? what are you trying to do ? the view is a client (user) setting which cannot be forced?
 
Sir,

Actually, user can view all node in cluster. That's a problem. I want user see his VM only, no node, or name cluster, or other else
In older proxmox version, we can change it by modifing pvemanagerlib.js
But now, when i try again with this mdification, all people have the same view, root too.

Sorry for my bad English.

Regards
 
Actually, user can view all node in cluster. That's a problem. I want user see his VM only, no node,
actually, because of how our api works this is not possible
you can access a vm only if you know on which node it is, the api path is then: /nodes/{nodename}/qemu/{vmid}
so completely hiding a node is not possible (and will not, as long as our api is backwards compatible)

In older proxmox version, we can change it by modifing pvemanagerlib.js
But now, when i try again with this mdification, all people have the same view, root too.
sorry i cannot help with unknown, untested modifications