{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load perms %} {% block controls %} {{ block.super }} {% endblock controls %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block tabs %} {{ block.super }} {% endblock %} {% block content %}
Disks
Volume Group Name {{ object.vg_name }}
Logical Volume Name {{ object.lv_name }}
Size (GB) {{ object.size }}
Path {{ object.path }}
Storage Cluster {{ object.cluster|linkify|placeholder }}
Virtual Machine {{ object.virtual_machine|linkify|placeholder }}
{% include 'inc/panels/custom_fields.html' %}
{% endblock %}