{% extends "base.html" %} {% block pagebanner %}

Search Results


{% endblock %} {% block sidebar %} {% include "navbar.tmpl" %} {% include "logout.tmpl" %} {% endblock %} {% block content %} {% if hosts %} {% for host in hosts %} {% endfor %}
hostname status
{{ host.0 }} {{ host.2 }} view edit copy logs
{% else %} No hosts matched your query
Click the back button on your browser to edit your search {% endif %} {% endblock %}