standard view
Start Reboot Shutdown
Destroy
Show Details Add to group
Out of band
Attach disk Detach disk
Connect to network Disconnect from net
{% for node in nodes %} {% if node.state == '3' %}
Running
{% endif %} {% endfor %}
{% for node in nodes %} {% if node.state == '0' %}
Terminated
{% endif %} {% endfor %}