From 39f3c9e12b3659f62ff12a922fea53095db61343 Mon Sep 17 00:00:00 2001 From: Jan Krcmar Date: Mon, 8 Feb 2016 12:28:52 +0100 Subject: [PATCH] instance/clone added Guess mac address button. search for mac address of Clone Name via ajax request. Currently scans only local dhcpd configuration file. --- instances/templates/instance.html | 10 ++++++++++ instances/urls.py | 2 ++ instances/views.py | 14 ++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/instances/templates/instance.html b/instances/templates/instance.html index f9e343f..4287379 100644 --- a/instances/templates/instance.html +++ b/instances/templates/instance.html @@ -730,6 +730,8 @@
+
{% endfor %} @@ -964,6 +966,14 @@ } } +