From 4404d5941bd9b7830d2be9f82954f4bee4d9aac7 Mon Sep 17 00:00:00 2001 From: "Ing. Jan KRCMAR" Date: Tue, 19 Jun 2018 13:06:57 +0200 Subject: [PATCH 01/10] add settings.CLONE_INSTANCE_AUTO_NAME. add mechanism that automatically selects new vname, mac, disk image names. --- instances/templates/instance.html | 4 ++++ instances/views.py | 29 +++++++++++++++++++++++++---- webvirtcloud/settings.py.template | 1 + 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/instances/templates/instance.html b/instances/templates/instance.html index f6dc355..061c394 100644 --- a/instances/templates/instance.html +++ b/instances/templates/instance.html @@ -843,6 +843,10 @@ + {% elif clone_instance_auto_name %} +
+ +
{% else %}