{% trans "Elasticity Handlers" %}

{% if elasticity_list %} {% for elasticity_handler in elasticity_list %} {% endfor %} {% else %}

No elasticity handlers are available.

{% endif %}
{% trans "ID" %} {% trans "Emulation" %} {% trans "NoSQL Cluster" %} {% trans "Decision Policy" %} {% trans "Utility Function" %} {% trans "Actions" %}
{{ elasticity_handler.id }} {{ elasticity_handler.simulation }} {{ elasticity_handler.cluster_type }} {{ elasticity_handler.decision_policy }} {{ elasticity_handler.utility_function }} {% if elasticity_handler.state == "stopped" %} {% else %} {% endif %}

Create New Elasticity Handler