From 9d07033a6949af2816fa4a7b234f2f3bcf027707 Mon Sep 17 00:00:00 2001 From: thuva4 Date: Mon, 8 Jan 2018 15:11:17 +0530 Subject: Add links in prods,projects and results pages Add links for the redirection Created Result page Change-Id: I7ba80f6a8d774d6fde33280f701c1188cb5c32d9 Signed-off-by: thuva4 --- .../ui/components/results/result/result.html | 115 +++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 testapi/opnfv_testapi/ui/components/results/result/result.html (limited to 'testapi/opnfv_testapi/ui/components/results/result/result.html') diff --git a/testapi/opnfv_testapi/ui/components/results/result/result.html b/testapi/opnfv_testapi/ui/components/results/result/result.html new file mode 100644 index 0000000..b435dce --- /dev/null +++ b/testapi/opnfv_testapi/ui/components/results/result/result.html @@ -0,0 +1,115 @@ +Result +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Id :{{ctrl.data._id}}
Pod Name:{{ctrl.data.pod_name}}
Project Name:{{ctrl.data.project_name}}
Case Name :{{ctrl.data.case_name}}
Installer :{{ctrl.data.installer}}
Version :{{ctrl.data.version}}
Scenario :{{ctrl.data.scenario}}
Build tag :{{ctrl.data['build_tag']}}
Criteria :{{ctrl.data.criteria}}
Start Date:{{ctrl.data.start_date}}
Stop Date :{{ctrl.data.stop_date}}
Trust Indicator : + +

Hide

+

Show

+
+ + + + + + + + + + + + +
Current :{{ctrl.data.trust_indicator.current}}
Histories :{{ctrl.data.trust_indicator.histories}}
+
Details : + +

Hide

+

Show

+
+ + + + + + + + + + + + + + + + + + + + +
Failures :{{ctrl.data.details.failures}}
Details :{{ctrl.data.details.errors}}
Stream :

{{ctrl.data.details.stream}}

TestsRun :

{{ctrl.data.details.testsRun}}

+
+
+
+
+ + +
\ No newline at end of file -- cgit 1.2.3-korg