Fix error when sorting Job list by object.
[ganeti_webmgr.git] / ganeti_web / templates / ganeti / virtual_machine / list.html
blob7e7e712e99c43350b519c2e1e0cc6e5e189e2ef9
1 {% extends "list_base.html" %}
2 {% load i18n %}
4 {% block title %}{% trans "Virtual Machines" %}{% endblock %}
5 {% block breadcrumb %}{% trans "Virtual Machines" %}{% endblock %}
7 {% block action_button %}
8 {% if create_vm %}
9 <a class="button add" href="{% url instance-create %}">
10 {% trans "Add Virtual Machine" %}
11 </a>
12 {% endif %}
13 {% endblock %}