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
This commit is contained in:
yanheven 2015-01-19 23:30:01 +08:00
parent 4404736679
commit 0723e709cf
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{% load i18n %}
{% load url from future %}
<div id="ceilometer-report">
<form class="form-horizontal" action="{% url 'horizon:admin:metering:report' %}" method="POST">
{% csrf_token %}