[UI] Support data registration
[validation.git] / ui / src / main / webapp / app / BluvalUI / NewSubmission / NewSubmissionTemplate.html
index 82dda0f..b90581a 100644 (file)
@@ -42,6 +42,17 @@ limitations under the License.
         </div>
         <br>
 
+        <div>
+            <div class="form-row">
+                <label for="textinputID-3a">Select Timeslot: </label> <select
+                    ng-model="selectedDeclerativeTimeslot"
+                    ng-change="selectedDeclerativeTimeslotChange()"
+                    ng-options="v for v in declerativeTimeslots">
+                </select>
+            </div>
+        </div>
+        <br>
+
         <div>
             <div class="form-row">
                 <label for="textinputID-3a">Select Blueprint
@@ -64,17 +75,6 @@ limitations under the License.
         </div>
         <br>
 
-
-        <div>
-            <div class="form-row">
-                <label for="textinputID-3a">Select Timeslot: </label> <select
-                    ng-model="selectedDeclerativeTimeslot"
-                    ng-options="v for v in declerativeTimeslots">
-                </select>
-            </div>
-        </div>
-        <br>
-
         <div class="fn-ebz-container"
             style="position: relative; top: 25px;">
             <button href="javascript:void(0)" id="addbtn"