Live clusters ({{ activeClusters }})

{% if clusters and clusters.length %} {% if authenticated.id === 'admin' %} {% endif %} {% for entry in clusters %} {% if entry.status !== 'terminated' %} {% if authenticated.id === 'admin' %} {% endif %} {% endif %} {% endfor %}
NameUserId Create Time Template Nodes Progress Status
{{ entry.name }}{{entry.ownerId}}{{ entry.id }} {{ entry.createTime }} {{ entry.clusterTemplate.name }} {{ entry.numNodes }} Retrieving...
Retrieving...
{% else %}

You haven't configured any clusters.

{% endif %}
{% if deletedClusters %}

Inactive clusters ({{ deletedClusters }})

{% if authenticated.id === 'admin' %} {% endif %} {% for entry in clusters %} {% if entry.status === 'terminated' %} {% if authenticated.id === 'admin' %} {% endif %} {% endif %} {% endfor %}
NameUserId Create Time Template Nodes Progress Status
{{ entry.name }}{{entry.ownerId}}{{ entry.id }} {{ entry.createTime }} {{ entry.clusterTemplate.name }} {{ entry.numNodes }} Retrieving...
Retrieving...
{% endif %}