<button id="vm-list-group-select-all" class="btn btn-info btn-xs">{% trans "Select all" %}</button>
<aclass="btn btn-default btn-xs"id="vm-list-group-migrate"disabled><iclass="fa fa-truck"></i> {% trans "Migrate" %}</a>
<adisabledhref="#"class="btn btn-default btn-xs"><iclass="fa fa-refresh"></i> {% trans "Reboot" %}</a>
<adisabledhref="#"class="btn btn-default btn-xs"><iclass="fa fa-off"></i> {% trans "Shutdown" %}</a>
<aid="vm-list-group-delete"disabledhref="#"class="btn btn-danger btn-xs"><iclass="fa fa-times"></i> {% trans "Destroy" %}</a>
<a href="#" class="btn btn-default btn-xs" title="{% trans "Migrate" %}" disabled>
<i class="fa fa-truck"></i>
</a>
<a href="#" class="btn btn-default btn-xs" title="{% trans "Reboot" %}" disabled>
<i class="fa fa-refresh"></i>
</a>
<a href="#" class="btn btn-default btn-xs" title="{% trans "Shutdown" %}" disabled>
<i class="fa fa-power-off"></i>
</a>
-->
<atitle="{% trans "Destroy"%}"id="vm-list-group-delete"disabledhref="#"class="btn btn-danger btn-xs"disabled>
<iclass="fa fa-times"></i>
</a>
</p>
</div>
<divclass="panel-body">
...
...
@@ -87,6 +102,9 @@
</div>
</div>
<divclass="alert alert-info">
You can filter the list by certain attributes (owner, name, status, tags) in the following way: "owner:John Doe name:my little server". If you don't specify any attribute names the filtering will be done by name.
</div>
<divclass="alert alert-info">
{% trans "You can select multiple vm instances while holding down the <strong>CTRL</strong> key." %}