[SOLVED] Sunstone view customization issue

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

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.

Best,
Álex.