From a9df42e4594b772e10a41e1a357b382e2364a458 Mon Sep 17 00:00:00 2001 From: thuva4 Date: Tue, 13 Mar 2018 12:32:54 +0530 Subject: Change deatails in deploy result page to dynamic Change the static code of the show details in the deploy result page to dynamic JIRA: RELENG-358 Change-Id: Icce775ce988f4b0e6cd71101684154581d20c753 Signed-off-by: thuva4 --- .../deploy-results/deploy-result/deployResult.html | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'testapi') diff --git a/testapi/opnfv_testapi/ui/components/deploy-results/deploy-result/deployResult.html b/testapi/opnfv_testapi/ui/components/deploy-results/deploy-result/deployResult.html index ba9bee7..2eba504 100644 --- a/testapi/opnfv_testapi/ui/components/deploy-results/deploy-result/deployResult.html +++ b/testapi/opnfv_testapi/ui/components/deploy-results/deploy-result/deployResult.html @@ -57,21 +57,11 @@ - - - + + + - - - - - - - - - - - +
Failures :{{ctrl.data.details.failures}}
{{index | capitalize}} :{{detail}}
Details :{{ctrl.data.details.errors}}
Stream :

{{ctrl.data.details.stream}}

TestsRun :

{{ctrl.data.details.testsRun}}

-- cgit 1.2.3-korg