parent
d173b4600e
commit
839d8a1421
|
@ -44,6 +44,11 @@ features:
|
||||||
# Allows to change the security groups for each network interface
|
# Allows to change the security groups for each network interface
|
||||||
# on the VM creation dialog
|
# on the VM creation dialog
|
||||||
secgroups: true
|
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:
|
tabs:
|
||||||
dashboard-tab:
|
dashboard-tab:
|
||||||
# The following widgets can be used inside any of the '_per_row' settings
|
# The following widgets can be used inside any of the '_per_row' settings
|
||||||
|
@ -86,16 +91,19 @@ tabs:
|
||||||
- 2 # Name
|
- 2 # Name
|
||||||
#- 3 # Group
|
#- 3 # Group
|
||||||
#- 4 # Auth driver
|
#- 4 # Auth driver
|
||||||
- 5 # VMs
|
#- 5 # Password
|
||||||
- 6 # Memory
|
- 6 # VMs
|
||||||
- 7 # CPU
|
- 7 # Memory
|
||||||
#- 8 # Group ID
|
- 8 # CPU
|
||||||
#- 9 # Hidden User Data
|
#- 9 # Group ID
|
||||||
#- 10 # Labels
|
#- 10 # Hidden User Data
|
||||||
|
#- 11 # Labels
|
||||||
|
#- 12 # Search data
|
||||||
actions:
|
actions:
|
||||||
User.refresh: true
|
User.refresh: true
|
||||||
User.create_dialog: true
|
User.create_dialog: true
|
||||||
User.update_password: true
|
User.update_password: true
|
||||||
|
User.login_token: true
|
||||||
User.quotas_dialog: true
|
User.quotas_dialog: true
|
||||||
User.groups_dialog: false
|
User.groups_dialog: false
|
||||||
User.chgrp: false
|
User.chgrp: false
|
||||||
|
@ -119,6 +127,7 @@ tabs:
|
||||||
- 5 # Memory
|
- 5 # Memory
|
||||||
- 6 # CPU
|
- 6 # CPU
|
||||||
#- 7 # Labels
|
#- 7 # Labels
|
||||||
|
#- 6 # Search data
|
||||||
actions:
|
actions:
|
||||||
Group.refresh: true
|
Group.refresh: true
|
||||||
Group.create_dialog: false
|
Group.create_dialog: false
|
||||||
|
@ -143,6 +152,7 @@ tabs:
|
||||||
- 6 # VNets
|
- 6 # VNets
|
||||||
- 7 # Datastores
|
- 7 # Datastores
|
||||||
#- 8 # Labels
|
#- 8 # Labels
|
||||||
|
#- 9 # Search data
|
||||||
actions:
|
actions:
|
||||||
Vdc.refresh: true
|
Vdc.refresh: true
|
||||||
Vdc.create_dialog: true
|
Vdc.create_dialog: true
|
||||||
|
@ -181,6 +191,7 @@ tabs:
|
||||||
- 4 # Name
|
- 4 # Name
|
||||||
- 5 # Registration time
|
- 5 # Registration time
|
||||||
#- 6 # Labels
|
#- 6 # Labels
|
||||||
|
#- 7 # Search data
|
||||||
actions:
|
actions:
|
||||||
Template.refresh: true
|
Template.refresh: true
|
||||||
Template.create_dialog: false
|
Template.create_dialog: false
|
||||||
|
@ -221,6 +232,7 @@ tabs:
|
||||||
- 3 # Group
|
- 3 # Group
|
||||||
- 4 # Name
|
- 4 # Name
|
||||||
#- 5 # Labels
|
#- 5 # Labels
|
||||||
|
#- 6 # Search data
|
||||||
actions:
|
actions:
|
||||||
ServiceTemplate.refresh: true
|
ServiceTemplate.refresh: true
|
||||||
ServiceTemplate.create_dialog: false
|
ServiceTemplate.create_dialog: false
|
||||||
|
@ -247,10 +259,12 @@ tabs:
|
||||||
- 4 # Name
|
- 4 # Name
|
||||||
- 5 # Registration time
|
- 5 # Registration time
|
||||||
#- 6 # Labels
|
#- 6 # Labels
|
||||||
|
#- 7 # Search data
|
||||||
actions:
|
actions:
|
||||||
VirtualRouterTemplate.refresh: true
|
VirtualRouterTemplate.refresh: true
|
||||||
VirtualRouterTemplate.create_dialog: false
|
VirtualRouterTemplate.create_dialog: false
|
||||||
VirtualRouterTemplate.update_dialog: false
|
VirtualRouterTemplate.update_dialog: false
|
||||||
|
VirtualRouterTemplate.instantiate_dialog: false
|
||||||
VirtualRouterTemplate.rename: true
|
VirtualRouterTemplate.rename: true
|
||||||
VirtualRouterTemplate.chown: true
|
VirtualRouterTemplate.chown: true
|
||||||
VirtualRouterTemplate.chgrp: false
|
VirtualRouterTemplate.chgrp: false
|
||||||
|
@ -302,6 +316,7 @@ tabs:
|
||||||
- 11 # VNC
|
- 11 # VNC
|
||||||
#- 12 # Hidden Template
|
#- 12 # Hidden Template
|
||||||
#- 13 # Labels
|
#- 13 # Labels
|
||||||
|
#- 14 # Search data
|
||||||
actions:
|
actions:
|
||||||
VM.refresh: true
|
VM.refresh: true
|
||||||
VM.create_dialog: true
|
VM.create_dialog: true
|
||||||
|
@ -344,7 +359,7 @@ tabs:
|
||||||
VM.updateconf: false
|
VM.updateconf: false
|
||||||
VM.edit_labels: true
|
VM.edit_labels: true
|
||||||
VM.menu_labels: true
|
VM.menu_labels: true
|
||||||
%if %%oneflow
|
%if oneflow
|
||||||
oneflow-services-tab:
|
oneflow-services-tab:
|
||||||
panel_tabs:
|
panel_tabs:
|
||||||
service_info_tab: true
|
service_info_tab: true
|
||||||
|
@ -390,8 +405,10 @@ tabs:
|
||||||
- 4 # Name
|
- 4 # Name
|
||||||
- 5 # State
|
- 5 # State
|
||||||
#- 6 # Labels
|
#- 6 # Labels
|
||||||
|
#- 7 # Search data
|
||||||
actions:
|
actions:
|
||||||
Service.refresh: true
|
Service.refresh: true
|
||||||
|
Service.create_dialog: true
|
||||||
Service.chown: true
|
Service.chown: true
|
||||||
Service.chgrp: false
|
Service.chgrp: false
|
||||||
Service.chmod: false
|
Service.chmod: false
|
||||||
|
@ -451,6 +468,7 @@ tabs:
|
||||||
#- 11 # VM MAD
|
#- 11 # VM MAD
|
||||||
#- 12 # Last monitored on
|
#- 12 # Last monitored on
|
||||||
#- 13 # Labels
|
#- 13 # Labels
|
||||||
|
#- 14 # Search data
|
||||||
actions:
|
actions:
|
||||||
Host.refresh: true
|
Host.refresh: true
|
||||||
Host.create_dialog: true
|
Host.create_dialog: true
|
||||||
|
@ -500,6 +518,7 @@ tabs:
|
||||||
- 10 # Type
|
- 10 # Type
|
||||||
- 11 # Status
|
- 11 # Status
|
||||||
#- 12 # Labels
|
#- 12 # Labels
|
||||||
|
#- 13 # Search data
|
||||||
actions:
|
actions:
|
||||||
Datastore.refresh: true
|
Datastore.refresh: true
|
||||||
Datastore.create_dialog: true
|
Datastore.create_dialog: true
|
||||||
|
@ -534,6 +553,7 @@ tabs:
|
||||||
- 11 # #VMs
|
- 11 # #VMs
|
||||||
#- 12 # Target
|
#- 12 # Target
|
||||||
#- 13 # Labels
|
#- 13 # Labels
|
||||||
|
#- 14 # Search data
|
||||||
actions:
|
actions:
|
||||||
Image.refresh: true
|
Image.refresh: true
|
||||||
Image.create_dialog: true
|
Image.create_dialog: true
|
||||||
|
@ -572,6 +592,7 @@ tabs:
|
||||||
#- 11 # #VMs
|
#- 11 # #VMs
|
||||||
#- 12 # Target
|
#- 12 # Target
|
||||||
#- 13 # Labels
|
#- 13 # Labels
|
||||||
|
#- 14 # Search data
|
||||||
actions:
|
actions:
|
||||||
File.refresh: true
|
File.refresh: true
|
||||||
File.create_dialog: true
|
File.create_dialog: true
|
||||||
|
@ -599,6 +620,7 @@ tabs:
|
||||||
- 7 # Driver
|
- 7 # Driver
|
||||||
- 8 # Zone
|
- 8 # Zone
|
||||||
#- 9 # Labels
|
#- 9 # Labels
|
||||||
|
#- 10 # Search data
|
||||||
actions:
|
actions:
|
||||||
MarketPlace.refresh: true
|
MarketPlace.refresh: true
|
||||||
MarketPlace.create_dialog: true
|
MarketPlace.create_dialog: true
|
||||||
|
@ -628,6 +650,7 @@ tabs:
|
||||||
- 10 # Marketplace
|
- 10 # Marketplace
|
||||||
- 11 # Zone
|
- 11 # Zone
|
||||||
#- 12 # Labels
|
#- 12 # Labels
|
||||||
|
#- 13 # Search data
|
||||||
actions:
|
actions:
|
||||||
MarketPlaceApp.refresh: true
|
MarketPlaceApp.refresh: true
|
||||||
MarketPlaceApp.create_dialog: true
|
MarketPlaceApp.create_dialog: true
|
||||||
|
@ -665,6 +688,7 @@ tabs:
|
||||||
#- 8 # Leases
|
#- 8 # Leases
|
||||||
#- 9 # VLAN ID
|
#- 9 # VLAN ID
|
||||||
#- 10 # Labels
|
#- 10 # Labels
|
||||||
|
#- 11 # Search data
|
||||||
actions:
|
actions:
|
||||||
Network.refresh: true
|
Network.refresh: true
|
||||||
Network.create_dialog: false
|
Network.create_dialog: false
|
||||||
|
@ -694,6 +718,8 @@ tabs:
|
||||||
- 2 # Owner
|
- 2 # Owner
|
||||||
#- 3 # Group
|
#- 3 # Group
|
||||||
- 4 # Name
|
- 4 # Name
|
||||||
|
#- 5 # Labels
|
||||||
|
#- 6 # Search data
|
||||||
actions:
|
actions:
|
||||||
VirtualRouter.refresh: true
|
VirtualRouter.refresh: true
|
||||||
VirtualRouter.create_dialog: true
|
VirtualRouter.create_dialog: true
|
||||||
|
@ -724,6 +750,7 @@ tabs:
|
||||||
#- 3 # Group
|
#- 3 # Group
|
||||||
- 4 # Name
|
- 4 # Name
|
||||||
#- 5 # Labels
|
#- 5 # Labels
|
||||||
|
#- 6 # Search data
|
||||||
actions:
|
actions:
|
||||||
SecurityGroup.refresh: true
|
SecurityGroup.refresh: true
|
||||||
SecurityGroup.create_dialog: false
|
SecurityGroup.create_dialog: false
|
||||||
|
@ -752,9 +779,21 @@ tabs:
|
||||||
settings-tab:
|
settings-tab:
|
||||||
panel_tabs:
|
panel_tabs:
|
||||||
user_info_tab: true
|
user_info_tab: true
|
||||||
|
user_config_tab: false
|
||||||
user_quotas_tab: true
|
user_quotas_tab: true
|
||||||
group_quotas_tab: true
|
group_quotas_tab: true
|
||||||
user_accounting_tab: true
|
user_accounting_tab: true
|
||||||
user_showback_tab: true
|
user_showback_tab: true
|
||||||
actions:
|
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
|
Loading…
Reference in New Issue