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>
</p>
{% 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
The list of cron jobs running on the computer get's only displayed if

View File

@ -17,7 +17,7 @@
</ul>
</p>
{% 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 %}
<p><b>Cron Jobs:</b></p>
<p>