[GH-ISSUE #393] instance.title in grouped view missing #245

Open
opened 2026-02-27 15:57:57 +03:00 by kerem · 1 comment
Owner

Originally created by @jensliebau on GitHub (Nov 30, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/393

  • It's possible to add "title" for a instance in "Settings -> Options"
  • Content for this field is displayed next to instance.name in the non-grouped view

BUG:

  • in line 44 of webvirtcloud/instances/templates/allinstances_index_grouped.html this information is missing and not displayed

Fix:
please change line44 from
<a class="text-secondary" href="{% url 'instances:instance' instance.id %}">{{ instance.name }}</a><br>
to
<a class="text-secondary" href="{% url 'instances:instance' instance.id %}">{{ instance.name }}</a><br><small><em>{{ instance.title }}</em></small>

Originally created by @jensliebau on GitHub (Nov 30, 2020). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/393 * It's possible to add "title" for a instance in "Settings -> Options" * Content for this field is displayed next to instance.name in the non-grouped view BUG: * in line 44 of webvirtcloud/instances/templates/allinstances_index_grouped.html this information is missing and not displayed Fix: please change line44 from ` <a class="text-secondary" href="{% url 'instances:instance' instance.id %}">{{ instance.name }}</a><br> ` to ` <a class="text-secondary" href="{% url 'instances:instance' instance.id %}">{{ instance.name }}</a><br><small><em>{{ instance.title }}</em></small> `
Author
Owner

@catborise commented on GitHub (Dec 1, 2020):

it is done. will be merged

<!-- gh-comment-id:736260527 --> @catborise commented on GitHub (Dec 1, 2020): it is done. will be merged
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#245
No description provided.