diff --git a/src/sunstone/etc/sunstone-views/admin.yaml b/src/sunstone/etc/sunstone-views/admin.yaml index 7a0b1bf304..825d935fee 100644 --- a/src/sunstone/etc/sunstone-views/admin.yaml +++ b/src/sunstone/etc/sunstone-views/admin.yaml @@ -27,6 +27,7 @@ enabled_tabs: community-tab: true enterprise-tab: true zones-tab: true + settings-tab: true autorefresh: true features: showback: true @@ -529,3 +530,11 @@ tabs: actions: Support.refresh: true Support.create_dialog: true + settings-tab: + panel_tabs: + user_info_tab: true + user_quotas_tab: true + user_accounting_tab: true + user_showback_tab: true + actions: + User.quotas_dialog: false diff --git a/src/sunstone/etc/sunstone-views/admin_vcenter.yaml b/src/sunstone/etc/sunstone-views/admin_vcenter.yaml index ae05a50852..5bfb7752cd 100644 --- a/src/sunstone/etc/sunstone-views/admin_vcenter.yaml +++ b/src/sunstone/etc/sunstone-views/admin_vcenter.yaml @@ -27,6 +27,7 @@ enabled_tabs: community-tab: true enterprise-tab: true zones-tab: true + settings-tab: true autorefresh: true features: showback: true @@ -529,3 +530,11 @@ tabs: actions: Support.refresh: true Support.create_dialog: true + settings-tab: + panel_tabs: + user_info_tab: true + user_quotas_tab: true + user_accounting_tab: true + user_showback_tab: true + actions: + User.quotas_dialog: false diff --git a/src/sunstone/etc/sunstone-views/user.yaml b/src/sunstone/etc/sunstone-views/user.yaml index b0429e7c2c..67e1b570bd 100644 --- a/src/sunstone/etc/sunstone-views/user.yaml +++ b/src/sunstone/etc/sunstone-views/user.yaml @@ -27,6 +27,7 @@ enabled_tabs: community-tab: false enterprise-tab: false zones-tab: false + settings-tab: true autorefresh: true features: showback: true @@ -530,3 +531,11 @@ tabs: actions: Support.refresh: true Support.create_dialog: true + settings-tab: + panel_tabs: + user_info_tab: true + user_quotas_tab: true + user_accounting_tab: true + user_showback_tab: true + actions: + User.quotas_dialog: false