diff options
author | Dan Xu <xudan16@huawei.com> | 2019-09-02 01:58:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-09-02 01:58:14 +0000 |
commit | 762021d415b95479bce8a7d65f1f31b0dcc409fd (patch) | |
tree | dd033d757e94172721083c4a7245ace6f649969e /3rd_party/static/onap-ui/components/results-report | |
parent | 6f69c36f312efe9c2e2367aafce451d1e5d3152a (diff) | |
parent | a12fc6f6871c751fade287c2cc2d763b8193cf37 (diff) |
Merge "API validation only for NFVI and gets from results.json"
Diffstat (limited to '3rd_party/static/onap-ui/components/results-report')
-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> |