diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2018-07-26 23:32:54 +0200 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-07-27 14:32:03 +0200 |
commit | 4a7221beef916ffddf6404711a4283276d3e62af (patch) | |
tree | fedc03bbcb5b3cb2864b44e5b68adc3ecf09fad7 /3rd_party/static/testapi-ui/components/results-report | |
parent | 635f8b72b7ff629b32ba8b66b33cf3424c6f6868 (diff) |
Showing OVP version on "my results" page
Adding an "OVP Version" column to the "my results" page.
JIRA: DOVETAIL-708
Change-Id: Id9a9228002f3be88fda8c71aedf2f5abe24d833d
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to '3rd_party/static/testapi-ui/components/results-report')
-rw-r--r-- | 3rd_party/static/testapi-ui/components/results-report/partials/reportDetails.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rd_party/static/testapi-ui/components/results-report/partials/reportDetails.html b/3rd_party/static/testapi-ui/components/results-report/partials/reportDetails.html index e363289..78ec4b1 100644 --- a/3rd_party/static/testapi-ui/components/results-report/partials/reportDetails.html +++ b/3rd_party/static/testapi-ui/components/results-report/partials/reportDetails.html @@ -27,7 +27,7 @@ Test Filters:<br /> <uib-accordion-group ng-repeat="(type,data) in ctrl.data" is-open="isOpen"> <uib-accordion-heading> - {{ type }}: (Total: 3 test areas, {{ ctrl.statistics[type].total }} tests) + {{ type }}: {{ ctrl.statistics[type].total }} tests <i class="pull-right glyphicon" ng-class="{'glyphicon-chevron-down': isOpen, 'glyphicon-chevron-right': !isOpen}"></i> </uib-accordion-heading> <ol class="capabilities"> |