add a link to the host computer

This commit is contained in:
Andreas Zweili 2017-12-28 01:09:27 +01:00
parent aaef16d428
commit fa6480eac3
2 changed files with 2 additions and 2 deletions

View File

@ -743,7 +743,7 @@ The computer details show all the known information about the selected computer.
</ul> </ul>
</p> </p>
{% endif %} {% endif %}
<p><b>Host:</b> {{ computer.host }}</p> <p><b>Host:</b> <a href="{% url 'computer' computer.id.host %}">{{ computer.host }}</a></p>
#+END_SRC #+END_SRC
The list of cron jobs running on the computer get's only displayed if The list of cron jobs running on the computer get's only displayed if

View File

@ -17,7 +17,7 @@
</ul> </ul>
</p> </p>
{% endif %} {% endif %}
<p><b>Host:</b> {{ computer.host }}</p> <p><b>Host:</b> <a href="{% url 'computer' computer.id.host %}">{{ computer.host }}</a></p>
{% if cronjob_list %} {% if cronjob_list %}
<p><b>Cron Jobs:</b></p> <p><b>Cron Jobs:</b></p>
<p> <p>