diff --git a/src/sunstone/etc/sunstone-views/vcenter/admin.yaml b/src/sunstone/etc/sunstone-views/vcenter/admin.yaml index ea731bc2b2..ca4dc0b3df 100644 --- a/src/sunstone/etc/sunstone-views/vcenter/admin.yaml +++ b/src/sunstone/etc/sunstone-views/vcenter/admin.yaml @@ -640,6 +640,9 @@ tabs: image_info_tab: true image_vms_tab: true image_snapshots_tab: false + template_creation_tabs: + image: true + docker: true table_columns: - 0 # Checkbox - 1 # ID diff --git a/src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml b/src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml index 61bd49bf75..8616abd8ce 100644 --- a/src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml +++ b/src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml @@ -641,6 +641,9 @@ tabs: image_info_tab: true image_vms_tab: true image_snapshots_tab: true + template_creation_tabs: + image: true + docker: true table_columns: - 0 # Checkbox - 1 # ID diff --git a/src/sunstone/etc/sunstone-views/vcenter/user.yaml b/src/sunstone/etc/sunstone-views/vcenter/user.yaml index 7eb7339e9a..2917fc0419 100644 --- a/src/sunstone/etc/sunstone-views/vcenter/user.yaml +++ b/src/sunstone/etc/sunstone-views/vcenter/user.yaml @@ -634,6 +634,9 @@ tabs: image_info_tab: true image_vms_tab: true image_snapshots_tab: true + template_creation_tabs: + image: true + docker: true table_columns: - 0 # Checkbox - 1 # ID