{% extends 'dash_base.html' %} {% load parse_date %} {% load sizeformat %} {% block sidebar %} {% with current_sidebar="overview" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {# to make searchable false, just remove it from the include statement #} {% include "_page_header.html" with title="Overview" %} {% endblock page_header %} {% block dash_main %}
ID | Name | User | VCPUs | Ram Size | Disk Size | Flavor | Uptime | Status |
---|---|---|---|---|---|---|---|---|
{{instance.id}} | {{instance.name}} | {{instance.user_id}} | {{instance.vcpus}} | {{instance.ram_size|mbformat}} | {{instance.disk_size}}GB | {{instance.flavor}} | {{instance.uptime_at|timesince}} | {{instance.state|lower|capfirst}} |
No active instances. |