summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/resource
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-06-21 15:11:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-06-21 15:11:37 +0000
commit100095deb2022a13508ad88200ffe254f53ea5d9 (patch)
treea038f54189ba658a9675845244be958c68dc3ebb /dashboard/src/templates/resource
parentc05b1d090b6848a7d4c34b8812b558dc22049f20 (diff)
parent936c7ca07f96ea183cbe6c33b8af29a9ed6e0e31 (diff)
Merge "Redesigns Multiple Select Filter Widget"
Diffstat (limited to 'dashboard/src/templates/resource')
-rw-r--r--dashboard/src/templates/resource/steps/define_hardware.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/src/templates/resource/steps/define_hardware.html b/dashboard/src/templates/resource/steps/define_hardware.html
index f85576e..77df5a2 100644
--- a/dashboard/src/templates/resource/steps/define_hardware.html
+++ b/dashboard/src/templates/resource/steps/define_hardware.html
@@ -26,7 +26,7 @@ var normalize = function(data){
}
return normalized;
}
-var data = normalize(result);
+var data = result;
data = JSON.stringify(data);
document.getElementById("filter_field").value = data;
var formData = $("#define_hardware_form").serialize();