e2698063e2
This patch moves the Security Groups tab from the Access and Security panel into its own panel under the Network panel group. As this is the last tab in Access and Security, that panel is also removed by this patch. Change-Id: Id29c7ce635d46383742aec140def265d4b249aa5 Implements: blueprint reorganise-access-and-security
7 lines
187 B
Python
7 lines
187 B
Python
PANEL_DASHBOARD = 'project'
|
|
PANEL_GROUP = 'network'
|
|
PANEL = 'security_groups'
|
|
|
|
ADD_PANEL = ('openstack_dashboard.dashboards.project.security_groups'
|
|
'.panel.SecurityGroups')
|