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

Feature #3175: Add secgroup tab to other yaml files

This commit is contained in:
Carlos Martín 2014-11-20 16:51:25 +01:00
parent 58b6be117c
commit 514d2c3bd3
3 changed files with 38 additions and 1 deletions

View File

@ -374,7 +374,6 @@ tabs:
SecurityGroup.chmod: true
SecurityGroup.clone_dialog: true
SecurityGroup.delete: true
marketplace-tab:
panel_tabs:
marketplace_info_tab: true

View File

@ -16,6 +16,7 @@ enabled_tabs:
hosts-tab: false
datastores-tab: true
vnets-tab: true
secgroups-tab: true
marketplace-tab: true
oneflow-dashboard: true
oneflow-services: true
@ -355,6 +356,24 @@ tabs:
Network.add_ar: false
Network.remove_ar: true
Network.update_ar: true
secgroups-tab:
panel_tabs:
security_group_info_tab: true
table_columns:
- 0 # Checkbox
- 1 # ID
- 2 # Owner
- 3 # Group
- 4 # Name
actions:
SecurityGroup.refresh: true
SecurityGroup.create_dialog: true
SecurityGroup.update_dialog: true
SecurityGroup.chown: true
SecurityGroup.chgrp: true
SecurityGroup.chmod: true
SecurityGroup.clone_dialog: true
SecurityGroup.delete: true
marketplace-tab:
panel_tabs:
marketplace_info_tab: true

View File

@ -16,6 +16,7 @@ enabled_tabs:
hosts-tab: true
datastores-tab: false
vnets-tab: false
secgroups-tab: false
marketplace-tab: false
oneflow-dashboard: true
oneflow-services: true
@ -355,6 +356,24 @@ tabs:
Network.add_ar: true
Network.remove_ar: true
Network.update_ar: true
secgroups-tab:
panel_tabs:
security_group_info_tab: true
table_columns:
- 0 # Checkbox
- 1 # ID
- 2 # Owner
- 3 # Group
- 4 # Name
actions:
SecurityGroup.refresh: true
SecurityGroup.create_dialog: true
SecurityGroup.update_dialog: true
SecurityGroup.chown: true
SecurityGroup.chgrp: true
SecurityGroup.chmod: true
SecurityGroup.clone_dialog: true
SecurityGroup.delete: true
marketplace-tab:
panel_tabs:
marketplace_info_tab: true