From 1ba2540fb5b68aa904341a89ba2fae54ab46541e Mon Sep 17 00:00:00 2001 From: thuva4 Date: Mon, 29 Jan 2018 16:52:31 +0530 Subject: owner to creator Change Owner to creator in pod, projects Add creator in testCase, scenarios Fix issue in e2e testing Change-Id: Ib520eb107dce2ed8fc6fd390f034f500bf4c742a Signed-off-by: thuva4 --- testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html') diff --git a/testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html b/testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html index 328a5e6..14ba42d 100644 --- a/testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html +++ b/testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html @@ -11,6 +11,10 @@ Name : {{ctrl.data.scenarios[0].name}} + + Creator : + {{ctrl.data.scenarios[0].creator}} + Created at : {{ctrl.data.scenarios[0].creation_date}} -- cgit 1.2.3-korg