summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Li <lijun_1203@126.com>2017-07-21 00:39:52 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-21 00:39:52 +0000
commit9ac289d2f084f1ff05048c5b4c817a010d9938f0 (patch)
treef2b493f20e55a3e8ab75f75d897fa6382e9c084c
parent0ace7a99c9b51e2fd4e2ae864ded2b50de295927 (diff)
parent4e0b74b0141e3ae5d250006f3d75fcc880738cc9 (diff)
Merge "modify url to relative path to fit with testresults.opnfv.org/test"
-rw-r--r--utils/test/testapi/3rd_party/static/testapi-ui/app.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/test/testapi/3rd_party/static/testapi-ui/app.js b/utils/test/testapi/3rd_party/static/testapi-ui/app.js
index 8c701c36c..bb31ab081 100644
--- a/utils/test/testapi/3rd_party/static/testapi-ui/app.js
+++ b/utils/test/testapi/3rd_party/static/testapi-ui/app.js
@@ -54,8 +54,8 @@
controller: 'ResultsController as ctrl'
}).
state('userResults', {
- url: 'user_results',
- templateUrl: '/testapi-ui/components/results/results.html',
+ url: '/user_results',
+ templateUrl: 'testapi-ui/components/results/results.html',
controller: 'ResultsController as ctrl'
}).
state('resultsDetail', {
@@ -66,7 +66,7 @@
}).
state('profile', {
url: '/profile',
- templateUrl: '/testapi-ui/components/profile/profile.html',
+ templateUrl: 'testapi-ui/components/profile/profile.html',
controller: 'ProfileController as ctrl'
}).
state('authFailure', {