Comment 7 for bug 1484113

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (stable/liberty)

Reviewed: https://review.openstack.org/269049
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=4fa0595078dfd8b83b22cff176eb7dd0bf32bdfe
Submitter: Jenkins
Branch: stable/liberty

commit 4fa0595078dfd8b83b22cff176eb7dd0bf32bdfe
Author: Itxaka <email address hidden>
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.

    Includes patch https://review.openstack.org/#/c/273860/ for bug 1539358

    Change-Id: Ic8cebafe7fbc291fa8933e8d1c2a244be20128e3
    Closes-Bug: #1323599
    Closes-Bug: #1484113
    (cherry picked from commit 031aed50a3cb5e8344b36abf5fb88ba7947b9efd)