1 {% extends
"menu_base.html" %}
4 {% block title %}{% trans
"Rename" %} Virtual Machine{% endblock %}
7 <link rel=
"stylesheet" type=
"text/css" href=
"{{MEDIA_URL}}/css/virtual_machine_create.css"/>
8 <script src=
"{{MEDIA_URL}}/js/createVM_helpTips.js"></script>
9 <script type=
"text/javascript">initHelpTips();</script>
14 {% if cluster_admin %}
15 <a class=
"breadcrumb" href=
"{% url cluster-detail cluster.slug %}#virtual_machines">{{cluster.hostname|abbreviate_fqdn}}
</a>
17 <span class=
"breadcrumb">{{cluster.hostname|abbreviate_fqdn}}
</span>
19 :
<a class=
"breadcrumb" href=
"{% url instance-detail cluster.slug vm.hostname %}">{{ vm.hostname }}
</a>
20 : {% trans
"Change Owner" %}
23 <div id=
"virtualmachineform">
25 {% vmfield form.owner %}
26 <input class=
"submit" type=
"submit" value=
"Save">
35 <div id=
"help-contents">
36 {# performatted help content that will be copied into the help div #}