{% extends 'generic/object_detail.html' %} {% load helpers %} {% block content_left_page %}
Name | {{ object.name }} |
Type | {{ object.cluster_type|hyperlinked_object }} |
Group | {{ object.cluster_group|hyperlinked_object }} |
Tenant | {{ object.tenant|hyperlinked_object }} |
Location | {% include 'dcim/inc/location_hierarchy.html' with location=object.location %} |
Virtual Machines | {{ object.virtual_machines.count }} |