1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

F #2347 .yaml includes the new VMGroup tab (PR #195)

This commit is contained in:
Abel Coronado 2017-02-23 10:16:50 +01:00 committed by Ruben S. Montero
parent 40cfed8d5e
commit a787b93813
5 changed files with 81 additions and 0 deletions

View File

@ -35,6 +35,7 @@ enabled_tabs:
- settings-tab
- support-tab
- upgrade-top-tab
- vmgroup-tab
autorefresh: true
features:
# True to show showback monthly reports, and VM cost
@ -784,6 +785,7 @@ tabs:
settings_group_quotas_tab: true
settings_accounting_tab: true
settings_showback_tab: true
settings_auth_tab: true
actions:
# Buttons for settings_info_tab
User.update_password: true
@ -799,3 +801,17 @@ tabs:
upgrade-top-tab:
panel_tabs:
actions:
vmgroup-tab:
panel_tabs:
vm_group_info_tab: true
table_columns:
- 0 # Checkbox
- 1 # ID
- 2 # Owner
- 3 # Group
- 4 # Name
#- 5 # Labels
#- 6 # Search data
actions:
VMGroup.create_dialog: true
VMGroup.update_dialog: true

View File

@ -35,6 +35,7 @@ enabled_tabs:
- settings-tab
- support-tab
- upgrade-top-tab
- vmgroup-tab
autorefresh: true
features:
# True to show showback monthly reports, and VM cost
@ -781,6 +782,7 @@ tabs:
settings_group_quotas_tab: true
settings_accounting_tab: true
settings_showback_tab: true
settings_auth_tab: true
actions:
# Buttons for settings_info_tab
User.update_password: true
@ -796,3 +798,17 @@ tabs:
upgrade-top-tab:
panel_tabs:
actions:
vmgroup-tab:
panel_tabs:
vm_group_info_tab: true
table_columns:
- 0 # Checkbox
- 1 # ID
- 2 # Owner
- 3 # Group
- 4 # Name
#- 5 # Labels
#- 6 # Search data
actions:
VMGroup.create_dialog: true
VMGroup.update_dialog: true

View File

@ -35,6 +35,7 @@ enabled_tabs:
- settings-tab
#- support-tab
#- upgrade-top-tab
- vmgroup-tab
autorefresh: true
features:
# True to show showback monthly reports, and VM cost
@ -782,6 +783,7 @@ tabs:
settings_group_quotas_tab: true
settings_accounting_tab: true
settings_showback_tab: true
settings_auth_tab: true
actions:
# Buttons for settings_info_tab
User.update_password: true
@ -797,3 +799,17 @@ tabs:
upgrade-top-tab:
panel_tabs:
actions:
vmgroup-tab:
panel_tabs:
vm_group_info_tab: true
table_columns:
- 0 # Checkbox
- 1 # ID
- 2 # Owner
- 3 # Group
- 4 # Name
#- 5 # Labels
#- 6 # Search data
actions:
VMGroup.create_dialog: true
VMGroup.update_dialog: true

View File

@ -35,6 +35,7 @@ enabled_tabs:
- settings-tab
#- support-tab
#- upgrade-top-tab
- vmgroup-tab
autorefresh: true
features:
# True to show showback monthly reports, and VM cost
@ -782,6 +783,7 @@ tabs:
settings_group_quotas_tab: true
settings_accounting_tab: true
settings_showback_tab: true
settings_auth_tab: true
actions:
# Buttons for settings_info_tab
User.update_password: true
@ -797,3 +799,17 @@ tabs:
upgrade-top-tab:
panel_tabs:
actions:
vmgroup-tab:
panel_tabs:
vm_group_info_tab: true
table_columns:
- 0 # Checkbox
- 1 # ID
- 2 # Owner
- 3 # Group
- 4 # Name
#- 5 # Labels
#- 6 # Search data
actions:
VMGroup.create_dialog: true
VMGroup.update_dialog: true

View File

@ -35,6 +35,7 @@ enabled_tabs:
- settings-tab
#- support-tab
#- upgrade-top-tab
- vmgroup-tab
autorefresh: true
features:
# True to show showback monthly reports, and VM cost
@ -220,6 +221,7 @@ tabs:
scheduling: false
hybrid: true
other: true
vmgroup: true
oneflow-templates-tab:
panel_tabs:
service_template_info_tab: true
@ -781,6 +783,7 @@ tabs:
settings_group_quotas_tab: true
settings_accounting_tab: true
settings_showback_tab: true
settings_auth_tab: true
actions:
# Buttons for settings_info_tab
User.update_password: true
@ -796,3 +799,17 @@ tabs:
upgrade-top-tab:
panel_tabs:
actions:
vmgroup-tab:
panel_tabs:
vm_group_info_tab: true
table_columns:
- 0 # Checkbox
- 1 # ID
- 2 # Owner
- 3 # Group
- 4 # Name
#- 5 # Labels
#- 6 # Search data
actions:
VMGroup.create_dialog: true
VMGroup.update_dialog: true