horizon/openstack_dashboard/test/test_plugins/panel_group_config/_30_admin_add_second_panel_...

7 lines
305 B
Python

# The name of the panel group to be added to HORIZON_CONFIG. Required.
PANEL_GROUP = 'second_panel_group'
# The display name of the PANEL_GROUP. Required.
PANEL_GROUP_NAME = 'Second Plugin Panel Group'
# The name of the dashboard the PANEL_GROUP associated with. Required.
PANEL_GROUP_DASHBOARD = 'admin'