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 --- testapi/opnfv_testapi/ui/components/pods/pods.html | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'testapi/opnfv_testapi/ui/components/pods/pods.html') diff --git a/testapi/opnfv_testapi/ui/components/pods/pods.html b/testapi/opnfv_testapi/ui/components/pods/pods.html index ca0458b..02f4a48 100644 --- a/testapi/opnfv_testapi/ui/components/pods/pods.html +++ b/testapi/opnfv_testapi/ui/components/pods/pods.html @@ -7,7 +7,7 @@

-
+
@@ -50,10 +50,8 @@ text-align: center;"> Bulk Select Name - Details Role Mode - CreatedAt Operation @@ -65,20 +63,16 @@
{{pod.name}} - {{pod.details}} {{pod.role}} {{pod.mode}} - {{pod.creation_date}} - - - - - - - - - + + + + + + + -- cgit 1.2.3-korg