{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% block content %}
Datastore
Name {{ object.name }}
Utilization {% utilization_graph object.get_utilization %}
Description {{ object.description }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %}
LUNs in this group
{% render_table luns_table %}
Storage Sessions
{% render_table sessions_table %}
VMDKs on this Datastore
{% render_table vmdks_table %}
{% endblock content %}