Reviewed: https://review.openstack.org/268087 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=031aed50a3cb5e8344b36abf5fb88ba7947b9efd Submitter: Jenkins Branch: master
commit 031aed50a3cb5e8344b36abf5fb88ba7947b9efd Author: Itxaka <[email protected]> Date: Fri Jan 15 12:29:52 2016 +0100 Translate status in network topology Enables the translation of the status on network topology. Provides a json decoder that will resolve lazy objects like translations. Moves STATUS_DISPLAY_CHOICES and ADMIN_STATE_DISPLAY_CHOICES out of the RoutersTable for easy access to their status from other parts of the code. All network objects have their status translated and a new item called original_status which provides the untranslated status so the javascript code is able to display the proper image (green/red) based on the original status instead of doing it on the translation. Change-Id: Ic8cebafe7fbc291fa8933e8d1c2a244be20128e3 Closes-Bug: #1323599 Closes-Bug: #1484113 ** 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/1484113 Title: network topology: Status untranslated Status in OpenStack Dashboard (Horizon): Fix Released Status in openstack i18n: Confirmed Bug description: on network_topology, the status of an instance or a router is not being translated. The green/red light left hand side of status is hard wired to the word 'ACTIVE' (if status == 'ACTIVE', then green light) To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1484113/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

