Add view option in pods page 51/48351/2
authorthuva4 <tharma.thuva@gmail.com>
Mon, 4 Dec 2017 23:43:32 +0000 (05:13 +0530)
committerthuva4 <tharma.thuva@gmail.com>
Tue, 5 Dec 2017 00:17:00 +0000 (05:47 +0530)
commit41ff15069d96ea1040cb457b39f909967dabb8bc
treecc60bf106552ccb7223434cb387fdb0df258ae78
parentae88dfd997ae0516ec097033c378740ea8580483
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 <tharma.thuva@gmail.com>
testapi/3rd_party/static/testapi-ui/assets/css/style.css
testapi/opnfv_testapi/ui/app.js
testapi/opnfv_testapi/ui/components/pods/pod/pod.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/pods/pod/podController.js [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/pods/pods.html
testapi/opnfv_testapi/ui/components/pods/podsController.js
testapi/opnfv_testapi/ui/index.html