yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #60870
[Bug 1656045] Re: Dashboard panels intermittently disappear when they are in the 'default' panel group.
Reviewed: https://review.openstack.org/425440
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=2e66521ef050366623251e48109cfab30edc7383
Submitter: Jenkins
Branch: master
commit 2e66521ef050366623251e48109cfab30edc7383
Author: Eddie Ramirez <eddie.ramirez@xxxxxxxxx>
Date: Wed Jan 25 22:19:40 2017 +0000
Dashboard panels intermittently disappear when they are in the 'default' group.
Change-Id: I23a7c147e8241239e8fa13b265c2aa00dfcdbf2c
Closes-Bug: #1656045
** Changed in: horizon
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1656045
Title:
Dashboard panels intermittently disappear when they are in the
'default' panel group.
Status in OpenStack Dashboard (Horizon):
Fix Released
Status in OpenStack Dashboard (Horizon) ocata series:
Fix Released
Bug description:
In a panel enabled.py file you can make a panel appear directly in the
dashboard nav menu by putting it in the default panel group:
# The slug of the panel group the PANEL is associated with.
# If you want the panel to show up without a panel group,
# use the panel group "default".
https://github.com/openstack/horizon/blob/master/horizon/base.py#L51-L52
At some point in Ocata, something changed that made panels
intermittently disappear from the nav menu if they are not in a panel
group and you are using the 'default' theme. If you switch to the
material theme, this does not occur.
For example, with searchlight ui enabled [0]
The search panel will appear in the nave menu when you first open the
project dashboard. However, if you then expand the compute panel
group and click into Instances, Volumes, etc, when the page reloads
and displays one of those panel, the search panel (which is in the
default panel group [1]) will no longer appear in the left hand menu
nav.
http://imgur.com/a/WDd6y
[0] https://github.com/openstack/searchlight-ui
[1] https://github.com/openstack/searchlight-ui/blob/master/searchlight_ui/enabled/_1001_project_search_panel.py#L21
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1656045/+subscriptions
References