Integrate OPNFV workflow
[pharos-tools.git] / dashboard / src / templates / booking / steps / booking_meta.html
index a42e158..cdd7834 100644 (file)
         grid-template-columns: 45% 10% 45%;
         border: none;
     }
+
+    #id_length {
+        -moz-appearance: none;
+        border: none;
+        box-shadow: none;
+    }
+    input[type=range]::-moz-range-track {
+        background: #cccccc;
+    }
 </style>
 
 {% bootstrap_form_errors form type='non_fields' %}
@@ -39,6 +48,7 @@
         </script>
         {% bootstrap_field form.info_file %}
         <p>You must provide a url to your project's INFO.yaml file if you are a PTL and you are trying to book a POD with multiple servers in it.</p>
+        {% bootstrap_field form.deploy_opnfv %}
     </div>
     <div class="panel panel_center">
     </div>
@@ -58,7 +68,6 @@
 {% block onleave %}
 var ajaxForm = $("#booking_meta_form");
 var formData = ajaxForm.serialize();
-console.log(formData);
 req = new XMLHttpRequest();
 req.open("POST", "/wf/workflow/", false);
 req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");