Comment 3 for bug 1654896

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano-dashboard (master)

Reviewed: https://review.openstack.org/417713
Committed: https://git.openstack.org/cgit/openstack/murano-dashboard/commit/?id=8a10c6a62f6ba8fee6cd5224dd71e740f53fdb58
Submitter: Jenkins
Branch: master

commit 8a10c6a62f6ba8fee6cd5224dd71e740f53fdb58
Author: Felipe Monteiro <email address hidden>
Date: Sun Jan 8 22:32:25 2017 +0000

    Fixes Deployment History tab incorrectly formatting status.

    Currently, the Deployment History tab in the environment details
    page always adds a red underline underneath every status table
    cell, even for those in a non-error/non-warning status.
    The red underline should only appear for error/warning status.

    This patch ensures that only error/warning status has the
    red underline.

    Change-Id: I641cb7fbeb4bf2987c0a582a8da138e676aea7eb
    Closes-Bug: #1654896