Merge branch 'develop' into feature/search_autocomplete_haste
[ganeti_webmgr.git] / ganeti / templates / node / migrate.html
blobe1164cbc243e263d11e4a2851ba3d6cc00df4cd0
1 {% load i18n %}
2 {% comment %} Form for migrating primary virtual machines off a node {% endcomment %}
3 <form class="ajax_form node_migrate_form" method="post" action="{% url node-migrate cluster.slug node.hostname %}">
4 <ul id="errors"></ul>
5 <table>
6 {{form}}
7 </table>
8 <input type="submit" class="submit" value="{% trans "Migrate" %}"/>
9 </form>