yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #51240
[Bug 1580056] Re: Default sort doesn't work in flavor table in ng-instance modal
*** This bug is a duplicate of bug 1433317 ***
https://bugs.launchpad.net/bugs/1433317
Reviewed: https://review.openstack.org/314449
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=334f9d33f67ccde85470e62f3c80e40afb9ef2d8
Submitter: Jenkins
Branch: master
commit 334f9d33f67ccde85470e62f3c80e40afb9ef2d8
Author: Kenji Ishii <ken-ishii@xxxxxxxxxxxxx>
Date: Tue May 10 16:44:31 2016 +0900
Modify default sort in flavor table in ng-instance
Default sort on the flavor table is specified as RAM (only the case
of available table). But at the moment, it doesn't work.
It is caused by undefined variables (isAvailableTable).
This variables seems to be a flag wheather a table is Allocated table
or Available table. However, these tables are implemented separately.
Thus, it doesn't need to use this variable. Therefore, this patch
will remove the condition using this variable.
Change-Id: I912850d352e547082bb25c5fced938d8cdc50dc9
Closes-Bug: #1580056
** 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/1580056
Title:
Default sort doesn't work in flavor table in ng-instance modal
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
In implementation, in ng-instance modal, default sort on the flavor table is specified as RAM (only the case of available table).
But, at the moment, it doesn't work.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1580056/+subscriptions
References