1 {% extends
"menu_base.html" %}
5 {% block title %}Delete Virtual Machine{% endblock %}
8 <link rel=
"stylesheet" type=
"text/css" href=
"{{STATIC_URL}}/css/delete.css"/>
13 <h1 class=
"breadcrumb">
14 {% if cluster_admin %}
15 <a href=
"{% url cluster-detail cluster.slug %}#virtual_machines">{{cluster.hostname|abbreviate_fqdn}}
</a>
17 <span>{{cluster.hostname|abbreviate_fqdn}}
</span>
19 :
<a href=
"{% url instance-detail cluster.slug vm.hostname %}">{{ vm.hostname }}
</a>
20 : {% trans
"Delete" %}
26 Are you sure you want to delete this virtual machine? This action
27 can not be undone. The virtual machine will be removed from the cluster.
28 <ul><li>{{vm.hostname}}
</li></ul>
30 <form method=
"post" action=
"{% url instance-delete vm.cluster.slug vm.hostname %}">{% csrf_token %}
31 <input id=
"delete" type=
"submit" value=
"Delete" />