yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #30769
[Bug 1438984] [NEW] sort the panel's variable in the dashboards.py
Public bug reported:
In the dashboards.py some PanelGroup's variable use(slug,name.panels),
(https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/dashboard.py#L20-L23)
and some use(name, slug, panels),
(https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/dashboard.py#L47-L51)
we can unit it, used as
(https://github.com/openstack/horizon/blob/master/horizon/base.py#L294-L319)
** Affects: horizon
Importance: Undecided
Assignee: tinytmy (tangmeiyan77)
Status: New
** Changed in: horizon
Assignee: (unassigned) => tinytmy (tangmeiyan77)
--
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/1438984
Title:
sort the panel's variable in the dashboards.py
Status in OpenStack Dashboard (Horizon):
New
Bug description:
In the dashboards.py some PanelGroup's variable use(slug,name.panels),
(https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/dashboard.py#L20-L23)
and some use(name, slug, panels),
(https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/dashboard.py#L47-L51)
we can unit it, used as
(https://github.com/openstack/horizon/blob/master/horizon/base.py#L294-L319)
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1438984/+subscriptions
Follow ups
References