instance.title in grouped view missing

Open Beginner friendly
#393 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
68/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
html
Domain
frontend

Research direction

Open webvirtcloud/instances/templates/allinstances_index_grouped.html and inspect line 44, comparing it with the non-grouped instance display described in the issue. Update the grouped view so instance.title appears beneath instance.name, then verify the title is visible for an instance in grouped view.

Written by the indexing model from the issue text.

Description

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

Dominant language
JavaScript
Stars
1.9k
Forks
398
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from retspen/webvirtcloud

All issues in retspen/webvirtcloud

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.