[UI] Support data registration
[validation.git] / ui / src / main / webapp / app / BluvalUI / NewSubmission / NewSubmissionTemplate.html
index 049c8bc..b90581a 100644 (file)
@@ -23,7 +23,7 @@ limitations under the License.
             <div class="form-row">
                 <label for="textinputID-3a">Select Blueprint: </label> <select
                     ng-model="selectedBlueprintName"
-                    ng-change="selectedBluePrintNameChange()"
+                    ng-change="selectedBlueprintNameChange()"
                     ng-options="n for n in blueprintNames">
                 </select>
             </div>
@@ -35,7 +35,7 @@ limitations under the License.
                 <label for="textinputID-3a">Select Blueprint
                     Version: </label> <select
                     ng-model="selectedBlueprintVersion"
-                    ng-change="selectedBluePrintVersionChange()"
+                    ng-change="selectedBlueprintVersionChange()"
                     ng-options="y for y in blueprintVersions">
                 </select>
             </div>
@@ -44,10 +44,10 @@ limitations under the License.
 
         <div>
             <div class="form-row">
-                <label for="textinputID-3a">Select Blueprint
-                    Layer: </label> <select ng-model="selectedBlueprintLayer"
-                    ng-change="selectedBluePrintLayerChange()"
-                    ng-options="l for l in blueprintLayers">
+                <label for="textinputID-3a">Select Timeslot: </label> <select
+                    ng-model="selectedDeclerativeTimeslot"
+                    ng-change="selectedDeclerativeTimeslotChange()"
+                    ng-options="v for v in declerativeTimeslots">
                 </select>
             </div>
         </div>
@@ -55,20 +55,21 @@ limitations under the License.
 
         <div>
             <div class="form-row">
-                <label for="textinputID-3a">Optional Test Cases: </label> <select ng-model="selectedOptional"
-                    ng-change="selectedOptionalChange()"
-                    ng-options="l for l in optionals">
+                <label for="textinputID-3a">Select Blueprint
+                    Layer: </label> <select ng-model="selectedBlueprintLayer"
+                    ng-change="selectedBlueprintLayerChange()"
+                    ng-options="l for l in blueprintLayers">
                 </select>
             </div>
         </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">
+                <label for="textinputID-3a">Optional Test Cases:
+                </label> <select ng-model="selectedOptional"
+                    ng-change="selectedOptionalChange()"
+                    ng-options="l for l in optionals">
                 </select>
             </div>
         </div>