summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/ui/components/pods/podsController.js
diff options
context:
space:
mode:
Diffstat (limited to 'testapi/opnfv_testapi/ui/components/pods/podsController.js')
-rw-r--r--testapi/opnfv_testapi/ui/components/pods/podsController.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/testapi/opnfv_testapi/ui/components/pods/podsController.js b/testapi/opnfv_testapi/ui/components/pods/podsController.js
index fa60143..c66873a 100644
--- a/testapi/opnfv_testapi/ui/components/pods/podsController.js
+++ b/testapi/opnfv_testapi/ui/components/pods/podsController.js
@@ -46,6 +46,7 @@
ctrl.openCreateModal = openCreateModal
ctrl.podDelete = podDelete
ctrl.batchDelete = batchDelete;
+ ctrl.viewPod = viewPod
/**
* This is called when the date filter calendar is opened. It
@@ -117,6 +118,10 @@
});
}
+ function viewPod(name){
+ console.log('hello');
+ $state.go('pod', {'name':name}, {reload: true});
+ }
/**
* This will contact the TestAPI to delete a pod for given
* name.