From fc3d96993d39fb852bc78005e5d4e18502e3e99e Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Wed, 21 Nov 2018 17:11:44 +0200 Subject: Clean HTML code JIRA: DOVETAIL-753 This patch cleans the HTML code, which was in a bad state and not maintainable. Change-Id: Iab19a9af1835a384544f58c13ba5664723306535 Signed-off-by: Stamatis Katsaounis --- .../testapi-ui/components/results/results.html | 236 +++++++++++++-------- 1 file changed, 143 insertions(+), 93 deletions(-) (limited to '3rd_party/static/testapi-ui/components/results/results.html') diff --git a/3rd_party/static/testapi-ui/components/results/results.html b/3rd_party/static/testapi-ui/components/results/results.html index aebc0f2..913d882 100644 --- a/3rd_party/static/testapi-ui/components/results/results.html +++ b/3rd_party/static/testapi-ui/components/results/results.html @@ -1,108 +1,158 @@
-

{{ctrl.pageHeader}}

-

{{ctrl.pageParagraph}}

-
-

Upload Results

-
- -
- -
- -
-
-
-
-
+

{{ctrl.pageHeader}}

+

{{ctrl.pageParagraph}}

+
+

Upload Results + +

+
+ +
+ +
+ +
+
+
+
+
-
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + +
Upload DateTest IDOVP VersionOwnerFile NameLabelStatusLogSUTSUT VersionOperationShare List
{{ result.upload_date | limitTo:19}}{{ result.id | limitTo:8 }}{{ result.version || "2018.01" }}{{ result.owner }}{{ result.filename || "None"}}{{ result.status }}logsinfo - - -
- - Share List - - -
-
Upload DateTest IDOVP VersionOwnerFile NameLabelStatusLogSUTSUT VersionOperationShare List
{{ result.upload_date | limitTo:19}} + {{ result.id | limitTo:8 }} + {{ result.version || "2018.01" }}{{ result.owner }}{{ result.filename || "None"}} + + {{ result.status }}logsinfo + + + + +
+ + Share List + + +
+
-
- - + +
+
-
-- cgit 1.2.3-korg