{% extends 'node/cluster/index.html' %} {% block body_fluid %}class="fluid-layout"{% endblock %} {% block toolbar_nodes %}class="active"{%endblock%} {% block clustering_content %} {% if nodes.error %}
ERROR: {{nodes.desc}}
{% else %}

List of connected cluster nodes.

{% for item in nodes.items %} {% empty %} {% endfor %}
Config Version Time Host Product Version IP Address OS
{{item.config_version}} {{item.timestamp}} {{item.hostname}} {{item.product_version}} {{item.ip}} {{item.os}}
No connected cluster nodes found
{% endif %} {% endblock %}