diff options
author | Quan-Zhong <quanzhong@huawei.com> | 2016-10-21 10:19:42 +0800 |
---|---|---|
committer | Quan-Zhong <quanzhong@huawei.com> | 2016-10-21 10:19:42 +0800 |
commit | aded7d9dba4ff4b43badeae9cda0783b10301ab7 (patch) | |
tree | 95ccd8c0a706b006b5edba12fd6fe8856dca2acf /openo-portal/portal-resmgr/src/main | |
parent | 0c05ae98dff8400cfdc76129c4306b1e14361618 (diff) |
MODIFIED CONFG FILES
NFVO-32
Change-Id: I4bc420b8ed10b481bb4f5a319b76e0f00e95eca0
Signed-off-by: Quan-Zhong <quanzhong@huawei.com>
Diffstat (limited to 'openo-portal/portal-resmgr/src/main')
-rw-r--r-- | openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/conf/globalconfig.json | 2 | ||||
-rw-r--r-- | openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/gconf.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/conf/globalconfig.json b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/conf/globalconfig.json index 20ce9a54..93714d49 100644 --- a/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/conf/globalconfig.json +++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/conf/globalconfig.json @@ -1,5 +1,5 @@ { "url": "http://127.0.0.1", "port": "8080", - "context_name":"resmgr" + "context_name":"/resmgr" }
\ No newline at end of file diff --git a/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/gconf.js b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/gconf.js index df55a1d0..bf8f829c 100644 --- a/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/gconf.js +++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/gconf.js @@ -22,7 +22,7 @@ function getUrl(){ async:false, dataType:"json", success:function(jsonData) { - url = jsonData.url + ":" + jsonData.port +"/"+jsonData.context_name; + url = jsonData.url + ":" + jsonData.port +jsonData.context_name; console.log("url = " + url); } }); |