{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Name | {{ object.name }} |
---|---|
URL / Identification | {{ object.system_url }} |
Status | {% badge object.get_system_status_display bg_color=object.get_system_status_color %} |
Group | {{ object.group|linkify|placeholder }} |
---|---|
Tenant | {{ object.tenant|linkify|placeholder }} |
Cluster Group | {{ object.cluster_group|linkify|placeholder }} |
Cluster | {{ object.cluster|linkify|placeholder }} |
Device | {{ object.device|linkify|placeholder }} |
Virtual Machine | {{ object.virtual_machine|linkify|placeholder }} |