From 41ff15069d96ea1040cb457b39f909967dabb8bc Mon Sep 17 00:00:00 2001 From: thuva4 Date: Tue, 5 Dec 2017 05:13:32 +0530 Subject: Add view option in pods page Created the view function for the pods page. It will redirect to pods/:name page where user can see the more details about the pod. Change-Id: I0d6c06098fd78ecca523a49e2bb532001adaeaa8 Signed-off-by: thuva4 --- .../opnfv_testapi/ui/components/pods/pod/pod.html | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 testapi/opnfv_testapi/ui/components/pods/pod/pod.html (limited to 'testapi/opnfv_testapi/ui/components/pods/pod/pod.html') diff --git a/testapi/opnfv_testapi/ui/components/pods/pod/pod.html b/testapi/opnfv_testapi/ui/components/pods/pod/pod.html new file mode 100644 index 0000000..b78eb2d --- /dev/null +++ b/testapi/opnfv_testapi/ui/components/pods/pod/pod.html @@ -0,0 +1,47 @@ +Pod +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Id :{{ctrl.data._id}}
Name :{{ctrl.data.name}}
Owner :{{ctrl.data.owner}}
Role :{{ctrl.data.role}}
Mode :{{ctrl.data.mode}}
Created at :{{ctrl.data['creation_date']}}
Details :{{ctrl.data.details}}
+
+
+
+ + +
\ No newline at end of file -- cgit 1.2.3-korg