{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Name | {{ object.name }} |
---|---|
FQDN | {{ object.fqdn }} |
Username | {{ object.username }} |
Cluster Tenant | {% if object.cluster_tenant.group %} {{ object.cluster_tenant.group|linkify }} / {% endif %} {{ object.cluster_tenant|linkify|placeholder }} |
Primary Site | {{ object.primary_site|linkify|placeholder }} |
Enabled | {% checkmark object.enabled %} |
Build Number | {{ object.build_number }} |
Version | {{ object.version }} |
Last Successful Sync | {{ object.last_successful_sync }} |
Update Prio | {{ object.update_prio }} |
Assign untagged VM's to Cluster Tenant | {% checkmark object.assign_by_default_to_cluster_tenant %} |