# \[SOLVED\] Sunstone view customization issue

**URL:** https://forum.opennebula.io/t/solved-sunstone-view-customization-issue/8095
**Category:** Installation & Configuration
**Tags:** solved
**Created:** [February 25, 2020, 10:30pm UTC](https://forum.opennebula.io/t/solved-sunstone-view-customization-issue/8095 "2020-02-25T22:30:03Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![IowaOrganics](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/iowaorganics/32/5974_2.png) [@IowaOrganics](https://forum.opennebula.io/u/IowaOrganics)
#### Post date: [February 25, 2020, 10:30pm UTC](https://forum.opennebula.io/t/solved-sunstone-view-customization-issue/8095/1 "2020-02-25T22:30:03Z")

</div>

Hello,

Upon implementing the following configuration for vnet templates in /etc/one/sunstone-views/mixed/user.yaml, the cluster select button still appears. How can I remove this button? I am trying to just have the templates shown with no opportunity to edit any configuration.

> ```
> vnets-templates-tab:
> panel_tabs:
> vnet_template_info_tab: false
> vnet_template_ar_list_tab: false
> vnet_template_sg_list_tab: false
> vnet_template_clusters_tab: false
> vnet_template_template_tab: false
> table_columns:
> - 0 # Checkbox
> - 1 # ID
> - 2 # Name
> - 3 # Owner
> - 4 # Group
> #- 6 # Cluster
> #- 10 # Labels
> #- 11 # Search data
> actions:
> VNTemplate.refresh: false
> VNTemplate.create_dialog: false
> VNTemplate.instantiate_vnets: false
> VNTemplate.update_dialog: false
> VNTemplate.rename: false
> VNTemplate.chown: false
> VNTemplate.chgrp: false
> VNTemplate.chmod: false
> VNTemplate.delete: false
> VNTemplate.hold_lease: false
> VNTemplate.release_lease: false
> VNTemplate.add_ar: false
> VNTemplate.remove_ar: false
> VNTemplate.update_ar: false
> VNTemplate.update: false
> VNTemplate.lockU: false
> VNTemplate.unlock: false
> VNTemplate.edit_labels: false
> VNTemplate.menu_labels: false
> 
> ```

Creates:

 ![image](https://canada1.discourse-cdn.com/flex031/uploads/opennebula/original/2X/b/b3fcaba7474763011d2d4af90c641bea7c028c79.png)

---

<div class="post-metadata">

### Author: ![ahuertas](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/ahuertas/32/7487_2.png) [@ahuertas](https://forum.opennebula.io/u/ahuertas)
#### Post date: [February 26, 2020, 6:45am UTC](https://forum.opennebula.io/t/solved-sunstone-view-customization-issue/8095/2 "2020-02-26T06:45:39Z")

</div>

Hello @IowaOrganics

That button can’t be disabled by Sunstone views yamls, if you want that feature you can create a feature request in our [GitHub](https://github.com/OpenNebula/one/issues).

Best,  
Álex.
