{% extends 'base.html' %} {% load i18n %} {% load static %} {% block title %}{% trans "Instance Overview" %}{% endblock %} {% block custom_head_js %} {{ block.super }} {% endblock %} {% block main %}
Past 3 Months Usage Trend
There is no usage data recorded because there weren't any instances running. Do you want to create an instance?

You have used

0

Service Units in the past 3 months.

To view more usage data, visit the Usage Trend page.

Usage Trend
{% include "horizon/common/_limit_summary.html" %} {% if simple_tenant_usage_enabled %} {% include "horizon/common/_usage_summary.html" %} {{ table.render }} {% endif %} {% endblock %}