{% 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 %}
Host Name | Address | Status | Children | Child Host Health | ||
---|---|---|---|---|---|---|
▷
|
{{ row.name }} | {{ row.address }} | {% if row.state == 0 %}UP | {% else %}Down | {% endif %}{{ row.childs|length }} |
|