aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/gconf.js
diff options
context:
space:
mode:
authorjin xin <j00101220@huawei.com>2016-11-02 08:09:38 +0000
committerGerrit Code Review <gerrit@open-o.org>2016-11-02 08:09:38 +0000
commitd22723dc36e98fdb50f079d663955dd579ea13ce (patch)
treeb1a0b14fad7f3317da80703022489aab04aedfca /openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/gconf.js
parent60597c40035614d8b62e112b278c7526fa1a3a4d (diff)
parentc8356a715a64b92001b7c815eb1b08b908004c8d (diff)
Merge "fix datacenter.js NFVO-39" into sun
Diffstat (limited to 'openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/gconf.js')
-rw-r--r--openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/gconf.js2
1 files changed, 1 insertions, 1 deletions
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 bf8f829c..06814d15 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;
console.log("url = " + url);
}
});