{% extends "base.html" %} {% block html_title %}Client list{% endblock %} {% block page_title %}Client list{% endblock %} {% block content %} {% if object_list %}
Hostname | Address | Available | Has xsanio_client installed |
{{ object.host_name }} | {{ object.ip_address }} |
{% if object.is_unreachable %}
No {% else %}Yes {% endif %} |
{% if object.has_client_installed %}
Yes {% else %} {% if object.is_unreachable %}No {% else %}No {% endif %} {% endif %} |
No clients discovered. Make sure that you run this application on MDC and have xsanio_backend launched in the background.
{% endif %} {% endblock %}