Comment 1 for bug 1479637

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

Reviewed: https://review.openstack.org/207313
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=af6bddcb2ac27e02e2eb2eacfaeca9e442a8b87b
Submitter: Jenkins
Branch: master

commit af6bddcb2ac27e02e2eb2eacfaeca9e442a8b87b
Author: Eric Yang <email address hidden>
Date: Thu Jul 30 14:16:34 2015 +0800

    CSS get None when error in inline_editing

    I modify status-icon.
    Because the $icons is None.
    But this line 'background-image: url($icons);' will have 404.
    So let it to this line '@if $icons != None { background-image: url($icons); }'.

    Closes-Bug: #1479637

    Change-Id: I47000c80653f051fb27fb6430fe191d9b449ee42