Comment 18 for bug 1324218

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

Reviewed: https://review.openstack.org/151287
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=4f12ca8421ab652e17543412ae68bfa501379190
Submitter: Jenkins
Branch: stable/icehouse

commit 4f12ca8421ab652e17543412ae68bfa501379190
Author: yanheven <email address hidden>
Date: Mon Jan 19 23:30:01 2015 +0800

    Fix metering daily display

    For Icehouse and Juno ,add " {% load url from future %}" to
    openstack_dashboard/dashboards/admin/metering/templates/metering/daily.html,
    so template rendering can resolve horizon url variables

    Since this page in Kilo has been refactored,it does not have this problem.

    Closes-Bug: #1324218
    Change-Id: Ic52b1130fbe744caa1c1082037f139529513410a
    (cherry picked from commit 0723e709cf880e053d7e87d52fa55152a6aebf0c)