From 4a7221beef916ffddf6404711a4283276d3e62af Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Thu, 26 Jul 2018 23:32:54 +0200 Subject: 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 --- .../testapi-ui/components/results-report/partials/reportDetails.html | 2 +- 3rd_party/static/testapi-ui/components/results/results.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to '3rd_party') 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:
- {{ type }}: (Total: 3 test areas, {{ ctrl.statistics[type].total }} tests) + {{ type }}: {{ ctrl.statistics[type].total }} tests
    diff --git a/3rd_party/static/testapi-ui/components/results/results.html b/3rd_party/static/testapi-ui/components/results/results.html index 719e689..80d08d6 100644 --- a/3rd_party/static/testapi-ui/components/results/results.html +++ b/3rd_party/static/testapi-ui/components/results/results.html @@ -23,6 +23,7 @@ Upload Date Test ID + OVP Version Owner File Name Label @@ -39,6 +40,7 @@ {{ result.upload_date | limitTo:19}} {{ result.id | limitTo:8 }} + {{ result.version || "2018.01" }} {{ result.owner }} {{ result.filename || "None"}} -- cgit 1.2.3-korg