diff --git a/tmpl/groupadmin.yaml b/tmpl/groupadmin.yaml index 21b849b..f977abc 100644 --- a/tmpl/groupadmin.yaml +++ b/tmpl/groupadmin.yaml @@ -44,6 +44,11 @@ features: # Allows to change the security groups for each network interface # on the VM creation dialog secgroups: true + + # True to hide the CPU setting in the VM creation dialog. The CPU setting + # will be set to the same value as VCPU, that will still be visible for the + # end users + instantiate_hide_cpu: false tabs: dashboard-tab: # The following widgets can be used inside any of the '_per_row' settings @@ -86,16 +91,19 @@ tabs: - 2 # Name #- 3 # Group #- 4 # Auth driver - - 5 # VMs - - 6 # Memory - - 7 # CPU - #- 8 # Group ID - #- 9 # Hidden User Data - #- 10 # Labels + #- 5 # Password + - 6 # VMs + - 7 # Memory + - 8 # CPU + #- 9 # Group ID + #- 10 # Hidden User Data + #- 11 # Labels + #- 12 # Search data actions: User.refresh: true User.create_dialog: true User.update_password: true + User.login_token: true User.quotas_dialog: true User.groups_dialog: false User.chgrp: false @@ -119,6 +127,7 @@ tabs: - 5 # Memory - 6 # CPU #- 7 # Labels + #- 6 # Search data actions: Group.refresh: true Group.create_dialog: false @@ -143,6 +152,7 @@ tabs: - 6 # VNets - 7 # Datastores #- 8 # Labels + #- 9 # Search data actions: Vdc.refresh: true Vdc.create_dialog: true @@ -181,6 +191,7 @@ tabs: - 4 # Name - 5 # Registration time #- 6 # Labels + #- 7 # Search data actions: Template.refresh: true Template.create_dialog: false @@ -221,6 +232,7 @@ tabs: - 3 # Group - 4 # Name #- 5 # Labels + #- 6 # Search data actions: ServiceTemplate.refresh: true ServiceTemplate.create_dialog: false @@ -247,10 +259,12 @@ tabs: - 4 # Name - 5 # Registration time #- 6 # Labels + #- 7 # Search data actions: VirtualRouterTemplate.refresh: true VirtualRouterTemplate.create_dialog: false VirtualRouterTemplate.update_dialog: false + VirtualRouterTemplate.instantiate_dialog: false VirtualRouterTemplate.rename: true VirtualRouterTemplate.chown: true VirtualRouterTemplate.chgrp: false @@ -302,6 +316,7 @@ tabs: - 11 # VNC #- 12 # Hidden Template #- 13 # Labels + #- 14 # Search data actions: VM.refresh: true VM.create_dialog: true @@ -344,7 +359,7 @@ tabs: VM.updateconf: false VM.edit_labels: true VM.menu_labels: true -%if %%oneflow +%if oneflow oneflow-services-tab: panel_tabs: service_info_tab: true @@ -390,8 +405,10 @@ tabs: - 4 # Name - 5 # State #- 6 # Labels + #- 7 # Search data actions: Service.refresh: true + Service.create_dialog: true Service.chown: true Service.chgrp: false Service.chmod: false @@ -451,6 +468,7 @@ tabs: #- 11 # VM MAD #- 12 # Last monitored on #- 13 # Labels + #- 14 # Search data actions: Host.refresh: true Host.create_dialog: true @@ -500,6 +518,7 @@ tabs: - 10 # Type - 11 # Status #- 12 # Labels + #- 13 # Search data actions: Datastore.refresh: true Datastore.create_dialog: true @@ -534,6 +553,7 @@ tabs: - 11 # #VMs #- 12 # Target #- 13 # Labels + #- 14 # Search data actions: Image.refresh: true Image.create_dialog: true @@ -572,6 +592,7 @@ tabs: #- 11 # #VMs #- 12 # Target #- 13 # Labels + #- 14 # Search data actions: File.refresh: true File.create_dialog: true @@ -599,6 +620,7 @@ tabs: - 7 # Driver - 8 # Zone #- 9 # Labels + #- 10 # Search data actions: MarketPlace.refresh: true MarketPlace.create_dialog: true @@ -628,6 +650,7 @@ tabs: - 10 # Marketplace - 11 # Zone #- 12 # Labels + #- 13 # Search data actions: MarketPlaceApp.refresh: true MarketPlaceApp.create_dialog: true @@ -665,6 +688,7 @@ tabs: #- 8 # Leases #- 9 # VLAN ID #- 10 # Labels + #- 11 # Search data actions: Network.refresh: true Network.create_dialog: false @@ -694,6 +718,8 @@ tabs: - 2 # Owner #- 3 # Group - 4 # Name + #- 5 # Labels + #- 6 # Search data actions: VirtualRouter.refresh: true VirtualRouter.create_dialog: true @@ -724,6 +750,7 @@ tabs: #- 3 # Group - 4 # Name #- 5 # Labels + #- 6 # Search data actions: SecurityGroup.refresh: true SecurityGroup.create_dialog: false @@ -752,9 +779,21 @@ tabs: settings-tab: panel_tabs: user_info_tab: true + user_config_tab: false user_quotas_tab: true group_quotas_tab: true user_accounting_tab: true user_showback_tab: true actions: - User.quotas_dialog: false + # The buttons inside the settings-tab panel user_info_tab are + # configured with users-tab/actions; User.update_password and + # User.login_token + # + # Buttons for user_config_tab + Settings.change_language: true + Settings.change_password: true + Settings.change_view: true + Settings.ssh_key: true + Settings.login_token: true + # Edit button in user_quotas_tab + User.quotas_dialog: false \ No newline at end of file