From 16d199278064f28ccfc6a295f3e7202467b79b34 Mon Sep 17 00:00:00 2001 From: Panagiotis Karalis Date: Mon, 5 Nov 2018 17:52:48 +0200 Subject: Fix some genaral syntax errors Some syntax errors have been noticed and fixed. Change-Id: I8fd22e6c3242f0f029ed262e2eb63677bed41017 Signed-off-by: Panagiotis Karalis --- 3rd_party/static/swagger/endpoint.html | 1 + .../static/testapi-ui/components/application/application.html | 4 ++-- .../testapi-ui/components/results-report/resultsReport.html | 8 ++++---- 3rd_party/static/testapi-ui/components/results/results.html | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/3rd_party/static/swagger/endpoint.html b/3rd_party/static/swagger/endpoint.html index 4ae3bde..8f3c43a 100644 --- a/3rd_party/static/swagger/endpoint.html +++ b/3rd_party/static/swagger/endpoint.html @@ -70,6 +70,7 @@ {% endfor %} + diff --git a/3rd_party/static/testapi-ui/components/application/application.html b/3rd_party/static/testapi-ui/components/application/application.html index 17b17c6..307fe6a 100644 --- a/3rd_party/static/testapi-ui/components/application/application.html +++ b/3rd_party/static/testapi-ui/components/application/application.html @@ -11,12 +11,12 @@
-

+

Complete this application then start your CVP journey

-

+
diff --git a/3rd_party/static/testapi-ui/components/results-report/resultsReport.html b/3rd_party/static/testapi-ui/components/results-report/resultsReport.html index e2b7f66..9365f89 100644 --- a/3rd_party/static/testapi-ui/components/results-report/resultsReport.html +++ b/3rd_party/static/testapi-ui/components/results-report/resultsReport.html @@ -12,11 +12,11 @@
-Total: {{ctrl.statistics.total}}, Pass: {{ ctrl.statistics.pass}}, Rate: {{ ctrl.statistics.pass / ctrl.statistics.total * 100 | number:2 }}%
-Mandatory Total: {{ctrl.statistics.mandatory.total}}, Pass: {{ ctrl.statistics.mandatory.pass }}, Rate: {{ ctrl.statistics.mandatory.pass / ctrl.statistics.mandatory.total * 100 | number:2 }}%
-Optional Total: {{ctrl.statistics.optional.total}}, Pass: {{ ctrl.statistics.optional.pass }}, Rate: {{ ctrl.statistics.optional.pass / ctrl.statistics.optional.total * 100 | number:2 }}%
+Total: {{ctrl.statistics.total}}, Pass: {{ ctrl.statistics.pass}}, Rate: {{ ctrl.statistics.pass / ctrl.statistics.total * 100 | number:2 }}%
+Mandatory Total: {{ctrl.statistics.mandatory.total}}, Pass: {{ ctrl.statistics.mandatory.pass }}, Rate: {{ ctrl.statistics.mandatory.pass / ctrl.statistics.mandatory.total * 100 | number:2 }}%
+Optional Total: {{ctrl.statistics.optional.total}}, Pass: {{ ctrl.statistics.optional.pass }}, Rate: {{ ctrl.statistics.optional.pass / ctrl.statistics.optional.total * 100 | number:2 }}%

-{{ ctrl.validation }}
+{{ ctrl.validation }}

diff --git a/3rd_party/static/testapi-ui/components/results/results.html b/3rd_party/static/testapi-ui/components/results/results.html index 80d08d6..aebc0f2 100644 --- a/3rd_party/static/testapi-ui/components/results/results.html +++ b/3rd_party/static/testapi-ui/components/results/results.html @@ -10,7 +10,7 @@ upload result
-{{ctrl.uploadState}} +
@@ -99,7 +99,7 @@ Error: {{ctrl.error}} - +