{% extends 'base.html' %} {% block content %}

Dashboard

{{ total_request }}

New Request

More info

{{ total_instance }}

Instances available

More info

{{ total_support_opened }}

Opened support

More info

{{ total_user }}

Users

More info

{{ total_user_without_billing_groups }}

Users without billing groups

More info

Metrics

{% for _,pie_chart in pie_charts.items %}
{{ pie_chart.title }}
{% endfor %}
{% for resource_pool,rp_list in chart_resource_pool.items %}

Resource consumption on {{ resource_pool }} by Billing Groups

{% for _,rp_attribute in rp_list.items %}
{{ rp_attribute.title }}
{% endfor %}
{% endfor %}
{% load static %} {% endblock %}