From 7fec796ae500313ddbbbedf32d4f7581985d41d4 Mon Sep 17 00:00:00 2001 From: Brandon Lo Date: Thu, 27 Jun 2019 15:43:55 -0400 Subject: Replace and change CSS Fix animation bugs Fix layout issues Replace custom CSS to bootstrap classes Remove unused files Change code to use es6 syntax Add dropdown styles Change-Id: Ie2ed31fa2e6763cf30d3b19e4bf9379019cbb0f5 Signed-off-by: Brandon Lo --- src/templates/snapshot_workflow/steps/meta.html | 7 +- .../snapshot_workflow/steps/select_host.html | 123 ++++++++------------- 2 files changed, 45 insertions(+), 85 deletions(-) (limited to 'src/templates/snapshot_workflow') diff --git a/src/templates/snapshot_workflow/steps/meta.html b/src/templates/snapshot_workflow/steps/meta.html index bea475d..7c3e98b 100644 --- a/src/templates/snapshot_workflow/steps/meta.html +++ b/src/templates/snapshot_workflow/steps/meta.html @@ -4,13 +4,8 @@ {% load bootstrap4 %} {% block content %} - {% bootstrap_form_errors form type='non_fields' %} -
+
{% csrf_token %}
diff --git a/src/templates/snapshot_workflow/steps/select_host.html b/src/templates/snapshot_workflow/steps/select_host.html index f438bac..a0af67b 100644 --- a/src/templates/snapshot_workflow/steps/select_host.html +++ b/src/templates/snapshot_workflow/steps/select_host.html @@ -5,73 +5,30 @@ {% block content %} - {% bootstrap_form_errors form type='non_fields' %} {% csrf_token %} -
+
+
+