mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 07:08:05 +00:00
add missing instance title for grouped instances list
This commit is contained in:
@@ -41,7 +41,9 @@
|
||||
<tr host="{{ compute.id }}">
|
||||
<td class="text-right">{{ forloop.counter }} </td>
|
||||
<td>
|
||||
<a class="text-secondary" href="{% url 'instances:instance' instance.id %}">{{ instance.name }}</a><br>
|
||||
<a class="text-secondary" href="{% url 'instances:instance' instance.id %}">{{ instance.name }}</a>
|
||||
<br>
|
||||
<p class="m-0 small font-italic">{{ instance.title }}</p>
|
||||
</td>
|
||||
<td>
|
||||
<em>
|
||||
|
||||
@@ -19,8 +19,9 @@
|
||||
<td>
|
||||
<a class="text-secondary" href="{% url 'instances:instance' instance.id %}">
|
||||
{{ instance.name }}
|
||||
</a><br>
|
||||
<small><em>{{ instance.title }}</em></small>
|
||||
</a>
|
||||
<br>
|
||||
<p class="m-0 small font-italic">{{ instance.title }}</p>
|
||||
</td>
|
||||
{% if request.user.is_superuser %}
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user