mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #393] instance.title in grouped view missing #245
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#245
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jensliebau on GitHub (Nov 30, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/393
BUG:
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>@catborise commented on GitHub (Dec 1, 2020):
it is done. will be merged