From c70193d65811a8a2a3b50fdad5463bca3643e219 Mon Sep 17 00:00:00 2001 From: grakiss Date: Thu, 2 Nov 2017 07:53:50 +0000 Subject: Bugfix: remove redundancy line There is a redundancy line in result page when auto merge. We need to remove it. Change-Id: I31a754d881584be5a715ddcf6f1f32b25158dfca Signed-off-by: grakiss --- cvp/3rd_party/static/testapi-ui/components/results/results.html | 1 - 1 file changed, 1 deletion(-) diff --git a/cvp/3rd_party/static/testapi-ui/components/results/results.html b/cvp/3rd_party/static/testapi-ui/components/results/results.html index 9127e170..a09a5338 100644 --- a/cvp/3rd_party/static/testapi-ui/components/results/results.html +++ b/cvp/3rd_party/static/testapi-ui/components/results/results.html @@ -35,7 +35,6 @@ {{ result.upload_date | limitTo:19}} - {{ result.id }} {{ result.id | limitTo:8 }} {{ result.owner }} {{ result.filename || "None"}} -- cgit 1.2.3-korg