How to custom user view?

Hi there,

I would like to custom the user view in sunstone by deleting some labels :

I would like to remove:

  • “instantiate as persistent”
  • “start on hold”
  • “CPU”
  • Everything below Network

Plus, I would like to know if it is possible to allow end user to only edit disk1 by disabling disk0 button

Thank you for your help.
Regards

You can only hide the “Instantiate as persistent” check in the yamls (depending on the view) the value instantiate_persistent: false.

The other fields cannot be hidden. We will keep it in mind. https://github.com/OpenNebula/one/issues/3920

Thank you for your reply :slight_smile:

You can hide CPU icone by editing this line :
#True to hide the CPU setting in the VM creation dialog
instantiate_hide_cpu: true

# False to not scale the CPU. Number to scale from VCPU
instantiate_cpu_factor: true