diff options
author | 2019-08-21 06:13:05 -0400 | |
---|---|---|
committer | 2019-08-21 22:26:48 -0400 | |
commit | a12fc6f6871c751fade287c2cc2d763b8193cf37 (patch) | |
tree | ed8409d55791955cbcf150971b9123c347acc5e0 /3rd_party/static/onap-ui/components | |
parent | 590ffcdc7732b700f054fb45aad262a4b95f8f3e (diff) |
API validation only for NFVI and gets from results.json
Change-Id: Ia84d67098d7fc2f5e8da88900a2a8846f718f085
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to '3rd_party/static/onap-ui/components')
-rw-r--r-- | 3rd_party/static/onap-ui/components/results-report/resultsReport.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/3rd_party/static/onap-ui/components/results-report/resultsReport.html b/3rd_party/static/onap-ui/components/results-report/resultsReport.html index e66b293..236ebfd 100644 --- a/3rd_party/static/onap-ui/components/results-report/resultsReport.html +++ b/3rd_party/static/onap-ui/components/results-report/resultsReport.html @@ -24,8 +24,6 @@ <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> <div> <hr> |