summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/ui/app.js
diff options
context:
space:
mode:
authorthuva4 <tharma.thuva@gmail.com>2018-01-08 15:11:17 +0530
committerthuva4 <tharma.thuva@gmail.com>2018-01-09 13:49:55 +0530
commit9d07033a6949af2816fa4a7b234f2f3bcf027707 (patch)
tree604007ccaacac834f73c7ee1d5a1d0446ed6ce74 /testapi/opnfv_testapi/ui/app.js
parent99b9c09aca0ff3bc9a723bc404ea6a0d09ee4ef3 (diff)
Add links in prods,projects and results pages
Add links for the redirection Created Result page Change-Id: I7ba80f6a8d774d6fde33280f701c1188cb5c32d9 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
Diffstat (limited to 'testapi/opnfv_testapi/ui/app.js')
-rw-r--r--testapi/opnfv_testapi/ui/app.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/testapi/opnfv_testapi/ui/app.js b/testapi/opnfv_testapi/ui/app.js
index 2a34838..3da12b1 100644
--- a/testapi/opnfv_testapi/ui/app.js
+++ b/testapi/opnfv_testapi/ui/app.js
@@ -89,6 +89,11 @@
templateUrl: 'testapi-ui/components/results/results.html',
controller: 'ResultsController as ctrl'
}).
+ state('result', {
+ url: '/result/:_id',
+ templateUrl: 'testapi-ui/components/results/result/result.html',
+ controller: 'ResultController as ctrl'
+ }).
state('profile', {
url: '/profile',
templateUrl: 'testapi-ui/components/profile/profile.html',