summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/webtemplates/results.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/results.html')
-rw-r--r--src/lib/Server/Hostbase/hostbase/webtemplates/results.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/results.html b/src/lib/Server/Hostbase/hostbase/webtemplates/results.html
index 439c606c9..e68afe969 100644
--- a/src/lib/Server/Hostbase/hostbase/webtemplates/results.html
+++ b/src/lib/Server/Hostbase/hostbase/webtemplates/results.html
@@ -21,20 +21,18 @@
<col width="75">
<col width="50">
<col width="50">
+ <col width="50">
<col width="*">
<tr> <td><b>hostname</b></td>
<td> <b>status</b> </td>
</tr>
{% for host in hosts %}
<tr> <td>{{ host.0 }}</td>
- {% if host.2 %}
- <td> active </td>
- {% else %}
- <td> inactive </td>
- {% endif %}
+ <td> {{ host.2 }} </td>
<td> <a href="{{ host.1 }}">view</a> </td>
<td> <a href="{{ host.1 }}/edit">edit</a> </td>
<td> <a href="{{ host.1 }}/copy">copy</a> </td>
+ <td> <a href="{{ host.1 }}/logs">logs</a> </td>
<!-- <td> <a href="{{ host.1 }}/remove">remove</a> </td> -->
</tr>
{% endfor %}
@@ -44,4 +42,4 @@ No hosts matched your query<br>
Click the back button on your browser to edit your search
{% endif %}
-{% endblock %} \ No newline at end of file
+{% endblock %}