{% extends "base_status.html" %} {% block title %}Network Parents{% endblock %} {% block nav2 %}Network Parents{% endblock %} {% block smallheader %}{% endblock %} {% block largeheader %} Network Parents {% endblock %} {% block content %} {% if hosts %} {% for row in hosts %} {% if row.state == 0 %} {% else %} {% endif %} {% for i in row.child_hosts %} {% endfor %} {% endfor %} {% else %} No Network parents configured {% endif %} {% endblock %}
Host Name Address Status Children Child Host Health
{{ row.name }} {{ row.address }}UPDown {{ row.childs|length }}
{{ i.name }}