Skip to content

instance.title in grouped view missing #393

@jensliebau

Description

@jensliebau
  • 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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions