Files
horizon/openstack_dashboard/dashboards/admin/metering/templates/metering/daily.html
Sam Betts 73ad5ec186 Reduce page title duplication in Admin views
Patch https://review.openstack.org/#/c/142802 adds a method of
reducing duplication of page title logic, this patch applies that change
to the admin info, instances, metering and metadata_defs views.

Change-Id: Ia30fee5318391283cb471a32547e75b1ecfb6de6
Partial-Bug: 1413749
2015-02-11 16:33:20 +00:00

8 lines
196 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Modify Usage Report Parameters" %}{% endblock %}
{% block main %}
{% include "admin/metering/_daily.html" %}
{% endblock %}