Implemented tags for all primary models

This commit is contained in:
Jeremy Stretch
2018-05-10 12:53:11 -04:00
parent 1510e5d229
commit e08d8c4cac
43 changed files with 262 additions and 34 deletions

View File

@@ -76,6 +76,10 @@
{% endif %}
</td>
</tr>
<tr>
<td>Tags</td>
<td>{{ cluster.tags.all|join:" " }}</td>
</tr>
<tr>
<td>Virtual Machines</td>
<td><a href="{% url 'virtualization:virtualmachine_list' %}?cluster_id={{ cluster.pk }}">{{ cluster.virtual_machines.count }}</a></td>