Fix some genaral syntax errors 07/64507/2
authorPanagiotis Karalis <pkaralis@intracom-telecom.com>
Mon, 5 Nov 2018 15:52:48 +0000 (17:52 +0200)
committerDan Xu <xudan16@huawei.com>
Wed, 7 Nov 2018 08:15:14 +0000 (08:15 +0000)
Some syntax errors have been noticed and fixed.

Change-Id: I8fd22e6c3242f0f029ed262e2eb63677bed41017
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
3rd_party/static/swagger/endpoint.html
3rd_party/static/testapi-ui/components/application/application.html
3rd_party/static/testapi-ui/components/results-report/resultsReport.html
3rd_party/static/testapi-ui/components/results/results.html

index 4ae3bde..8f3c43a 100644 (file)
@@ -70,6 +70,7 @@
           </div>
         {% endfor %}
       </div>
+      </div>
     </div><!-- /.container -->
     <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
     <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
index 17b17c6..307fe6a 100644 (file)
 <div class="container-fluid common-main-container">
 <div class="top-site-banner">
     <div class="container">
-        <p>
+        <!--<p>-->
             <p class="p1">Complete this application then start your CVP journey</p>
         <!--
             <a href="https://www.openstack.org/summit/sydney-2017/" class="top-site-banner-button">Register now</a>
         -->
-        </p>
+        <!--</p>-->
     </div>
 </div>
 
index e2b7f66..9365f89 100644 (file)
     </div>
 </div>
 
-<strong>Total: {{ctrl.statistics.total}}, Pass: {{ ctrl.statistics.pass}}, Rate: {{ ctrl.statistics.pass / ctrl.statistics.total * 100 | number:2 }}%</strong></br>
-<strong>Mandatory Total: {{ctrl.statistics.mandatory.total}}, Pass: {{ ctrl.statistics.mandatory.pass }}, Rate: {{ ctrl.statistics.mandatory.pass / ctrl.statistics.mandatory.total * 100 | number:2 }}%</strong></br>
-<strong>Optional Total: {{ctrl.statistics.optional.total}}, Pass: {{ ctrl.statistics.optional.pass }}, Rate: {{ ctrl.statistics.optional.pass / ctrl.statistics.optional.total * 100 | number:2 }}%</strong></br>
+<strong>Total: {{ctrl.statistics.total}}, Pass: {{ ctrl.statistics.pass}}, Rate: {{ ctrl.statistics.pass / ctrl.statistics.total * 100 | number:2 }}%</strong><br />
+<strong>Mandatory Total: {{ctrl.statistics.mandatory.total}}, Pass: {{ ctrl.statistics.mandatory.pass }}, Rate: {{ ctrl.statistics.mandatory.pass / ctrl.statistics.mandatory.total * 100 | number:2 }}%</strong><br />
+<strong>Optional Total: {{ctrl.statistics.optional.total}}, Pass: {{ ctrl.statistics.optional.pass }}, Rate: {{ ctrl.statistics.optional.pass / ctrl.statistics.optional.total * 100 | number:2 }}%</strong><br />
 <hr>
-<strong>{{ ctrl.validation }}</strong></br>
+<strong>{{ ctrl.validation }}</strong><br />
 
 <div>
     <hr>
index 80d08d6..aebc0f2 100644 (file)
@@ -10,7 +10,7 @@
      <a class="btn btn-success cvp-btn medium accent-color regular-button" ng-click="ctrl.uploadFile()"><span>upload result</span></a>
 </div>
 <div>
-<lable>{{ctrl.uploadState}}</label>
+<label>{{ctrl.uploadState}}</label>
 </div>
 </form>
 <div class="row" style="margin-bottom:24px;"></div>
@@ -99,7 +99,7 @@
     <span class="sr-only">Error:</span>
     {{ctrl.error}}
 </div>
-</div>
+
 
 <style>
 .button-disabled {