From 33916c6a827df0211eff6bed4cc04e7e4b723e49 Mon Sep 17 00:00:00 2001 From: Jan Krcmar Date: Mon, 8 Feb 2016 10:17:01 +0100 Subject: [PATCH] instance/clone: changing clone name input changes disk image name according to clone name (similar approach as instances/views:show_clone_disk) clone input boxes enlarged (class=col-sm-4) --- instances/templates/instance.html | 37 ++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/instances/templates/instance.html b/instances/templates/instance.html index 42ba74c..f9e343f 100644 --- a/instances/templates/instance.html +++ b/instances/templates/instance.html @@ -716,18 +716,18 @@
{% csrf_token %}
-
- +
+

{% trans "Network devices" %}

{% for network in networks %}
-
+
-
+
@@ -737,8 +737,8 @@ {% for disk in clone_disks %}
-
- +
+
{% ifequal disk.format 'qcow2' %} @@ -964,6 +964,28 @@ } } +