{% if env == 'production' %} {% else %} {% endif %} {% block headscript %}{% endblock %} {% block title %}Overview{% endblock %} | Coopr {% block body %} {% block nav %} {% endblock %}
{% include "partials/notification-div.html" %} {% block content %}

Live Clusters

{{totalClusters}}

Pending Clusters

{{pendingClusters}}

Live Nodes

{{activeNodes}}

All Nodes

{{totalNodes}}
{% if clustertemplates and clustertemplates.length %} {% for entry in clustertemplates %} {% endfor %}
Name Description
{{ entry.name }} {{ entry.description }}
{% else %}

You haven't configured any clustertemplates.

{% endif %}
{% endblock %}




{% include "partials/footer.html" %} {% endblock %}


{% block bodyscript %} {% endblock %}