Comment 1 for bug 1518030

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

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

commit dd08ca723ce986673ca08532edfb257698cf4ca5
Author: Kelly Domico <email address hidden>
Date: Mon Nov 23 17:16:35 2015 -0800

    Fix flavor quota charts in NG Launch Instance

    The flavor quota charts aren't rendering correctly
    when the instance count is changed in the Angular
    Launch Instance modal. The <svg> element was not
    available to add slices as 'chartData.showChart'
    is originally undefined.

    This patches fixes the the issue by using ng-show
    instead of ng-if.

    Change-Id: I7b24da7942c3d02a55adc732d70a26aeb5b623ec
    Closes-Bug: #1518030