horizon/openstack_dashboard/test/test_plugins/panel_group_config
Janet Yu c3864ab35c Make sure dashboard has a default panel group
According to the Horizon documentation for Settings and Configuration,
for a plugin panel, 'If you want the panel to show up without a panel
group, use the panel group “default”'. In some cases, plugin panels were
getting put under the panel group "Other" instead. This is because
the default panel group wasn't getting created during plugin panel
processing when the panel's dashboard class already had some panel
groups defined. Fix this by making sure a default panel group is created
in each dashboard.

Change-Id: I98064c434326aabec16b5d1631e360643609ed40
Closes-Bug: 1403094
2015-11-02 17:27:16 +00:00
..
_10_admin_add_panel_group.py Plugin-based panel group configuration 2014-03-29 01:05:03 +09:00
_20_admin_add_panel_to_group.py Plugin-based panel group configuration 2014-03-29 01:05:03 +09:00
_30_admin_add_second_panel_group.py Fix addition of plugin panel to panel group 2015-04-22 23:02:43 -07:00
_40_admin_add_panel_to_second_group.py Fix addition of plugin panel to panel group 2015-04-22 23:02:43 -07:00
_50_admin_add_panel_to_default_group.py Make sure dashboard has a default panel group 2015-11-02 17:27:16 +00:00
__init__.py Plugin-based panel group configuration 2014-03-29 01:05:03 +09:00