manila-ui/manila_ui/dashboards/project/templates/usage.html

13 lines
308 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Instance Overview" %}{% endblock %}
{% block main %}
{% include "_limit_summary.html" %}
{% if simple_tenant_usage_enabled %}
{% include "horizon/common/_usage_summary.html" %}
{{ table.render }}
{% endif %}
{% endblock %}