User disk resize permissions

Our setup : opennebula 6.0.0.1-1.ce
We are trying to enable disk resize opportunity for user acccount by changing settings in oned.conf:

VM_ADMIN_OPERATIONS
VM_MANAGE_OPERATIONS
VM_USE_OPERATIONS

It did not helped, user still has no “resize” button.

User has full permissions for this object.

Have you checked the following setting on the sunstone views yaml of your current view?

        VM.disk_resize: true

Also, what hypervisor are you using?

We are using kvm hypervisor.

changing in user.yaml : VM.disk_resize: true - helped.
Thank you.