1
Fork 0

hostname hyperlink

This commit is contained in:
Ventilaar 2021-10-28 16:45:23 +02:00
parent ac1ad869a8
commit 3380edd476
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
</head>
<body>
<h1>Alle hosts</h1>
<p>Er zijn momenteel {{ locatiecount }} hosts in de database</p>
<p>Er zijn momenteel {{ hostsaantal }} hosts in de database</p>
<table style="width:100%">
<tr>
<th>EntryID</th>
@ -19,7 +19,7 @@
{% for row in hosts %}
<tr style="text-align: center;">
<td>{{ row[0] }}</td>
<td>{{ row[1] }}</td>
<td><a href="host/{{ row[1] }}">{{ row[1] }}</a></td>
<td>{{ row[2] }}</td>
<td>{{ row[3] }}</td>
<td>{{ row[4] }}</td>