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 | a7f68ce10f983803e8904ef2f1b2aa0198d6b9e6 (patch) | |
tree | 492696abad650b2063b38c92c74a3f07d93c288c /testapi | |
parent | cf402a2a6888ade5c57165dc978a59d2330307a7 (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 'testapi')
-rw-r--r-- | testapi/3rd_party/static/testapi-ui/app.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testapi/3rd_party/static/testapi-ui/app.js b/testapi/3rd_party/static/testapi-ui/app.js index 8c701c3..bb31ab0 100644 --- a/testapi/3rd_party/static/testapi-ui/app.js +++ b/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', { |