From 661a309cdd609d514abf4b8f8d9c98021b6b9759 Mon Sep 17 00:00:00 2001 From: Brandon Lo Date: Mon, 1 Jul 2019 15:29:07 -0400 Subject: Reduce forms to required content Change iframe to div and ajax as a workaround Add css and js to avoid errors in parent locations Change-Id: I22a17ad5e5e04ff7112bd4e6ed98ba63d150fc15 Signed-off-by: Brandon Lo --- src/templates/resource/steps/pod_definition.html | 64 ++++++++++++------------ 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'src/templates/resource/steps/pod_definition.html') diff --git a/src/templates/resource/steps/pod_definition.html b/src/templates/resource/steps/pod_definition.html index 1558780..4c9aa83 100644 --- a/src/templates/resource/steps/pod_definition.html +++ b/src/templates/resource/steps/pod_definition.html @@ -41,43 +41,43 @@ {% csrf_token %} + + + network_step = new NetworkStep( + debug, + xml, + hosts, + added_hosts, + removed_host_ids, + document.getElementById('graphContainer'), + document.getElementById('outlineContainer'), + document.getElementById('toolbarContainer'), + document.getElementById('sidebarContainer') + ); + {% endblock content %} {% block onleave %} network_step.submitForm(); -- cgit 1.2.3-korg