diff options
author | grakiss <grakiss.wanglei@huawei.com> | 2017-07-20 14:59:30 +0800 |
---|---|---|
committer | grakiss <grakiss.wanglei@huawei.com> | 2017-07-20 14:59:30 +0800 |
commit | 4e0b74b0141e3ae5d250006f3d75fcc880738cc9 (patch) | |
tree | 56dbfa191e24c97e0f9790fd49efc7818176b46e /utils/test/testapi/3rd_party/static/testapi-ui/app.js | |
parent | 12e8b5c1a72d7a29af8a356fed87373701221b2c (diff) |
modify url to relative path to fit with testresults.opnfv.org/test
Change-Id: Ia600fe310404a1ba45e9571d611eedcdc669dbc7
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'utils/test/testapi/3rd_party/static/testapi-ui/app.js')
-rw-r--r-- | utils/test/testapi/3rd_party/static/testapi-ui/app.js | 6 |
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', { |