From f562c31e824f573d9a3254a1eacb4981b29290eb Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Fri, 12 May 2017 01:49:57 +0800 Subject: add web portal framework for TestAPI Change-Id: I62cea8b59ffe6a6cde98051c130f4502c07d3557 Signed-off-by: SerenaFeng --- .../testapi-ui/components/results/results.html | 247 +++++++++++++++++++++ 1 file changed, 247 insertions(+) create mode 100644 utils/test/testapi/3rd_party/static/testapi-ui/components/results/results.html (limited to 'utils/test/testapi/3rd_party/static/testapi-ui/components/results/results.html') diff --git a/utils/test/testapi/3rd_party/static/testapi-ui/components/results/results.html b/utils/test/testapi/3rd_party/static/testapi-ui/components/results/results.html new file mode 100644 index 000000000..2a43cd1e2 --- /dev/null +++ b/utils/test/testapi/3rd_party/static/testapi-ui/components/results/results.html @@ -0,0 +1,247 @@ +

{{ctrl.pageHeader}}

+

{{ctrl.pageParagraph}}

+ +
+

Filters

+
+
+ +

+ + + + +

+
+
+ +

+ + + + +

+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Upload DateTest Run IDVendorProduct (version)Target ProgramGuidelineVerifiedShared
+ + + + + {{result.created_at}} + {{result.id.slice(0, 8)}}...{{result.id.slice(-8)}} + + + {{ctrl.vendors[result.product_version.product_info.organization_id].name || '-'}} + {{result.product_version.product_info.name || '-'}} + + ({{result.product_version.version}}) + + {{ctrl.targetMappings[result.meta.target] || '-'}}{{result.meta.guideline.slice(0, -5) || '-'}} + + - + + + +
+ Publicly Shared: + Yes + + No + + + + +
+ + Associated Guideline: + + None + + + {{result.meta.guideline.slice(0, -5)}} + + + + + +
+ + Associated Target Program: + + None + + + {{ctrl.targetMappings[result.meta.target]}} + + + + + +
+ + Associated Product: + + None + + + + + {{ctrl.products[result.product_version.product_info.id].name}} + + ({{result.product_version.version}}) + + + + + + {{ctrl.products[result.product_version.product_info.id].name}} + + ({{result.product_version.version}}) + + + + + + + + + + Version: + + + + + + + +
+
+ +
+ + +
+
+ + -- cgit 1.2.3-korg