From 1d8ca0874c4b924173c96634a213387dbe58c0d4 Mon Sep 17 00:00:00 2001 From: Quan-Zhong Date: Mon, 17 Oct 2016 17:52:58 +0800 Subject: fix gui NFVO-22 Change-Id: I5ca2bb76d9a0d935bb7a1934366514ee12f6419a Signed-off-by: Quan-Zhong --- .../main/webapp/resmgr-nfv/conf/globalconfig.json | 5 ++++ .../src/main/webapp/resmgr-nfv/datacenter.html | 3 ++- .../src/main/webapp/resmgr-nfv/js/datacenter.js | 18 ++++++------- .../src/main/webapp/resmgr-nfv/js/gconf.js | 31 ++++++++++++++++++++++ .../src/main/webapp/resmgr-nfv/js/resmgr.js | 8 +++--- .../src/main/webapp/resmgr-nfv/js/vim.js | 2 +- .../src/main/webapp/resmgr-nfv/location.html | 3 ++- .../src/main/webapp/resmgr-nfv/vim.html | 1 + 8 files changed, 55 insertions(+), 16 deletions(-) create mode 100644 openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/conf/globalconfig.json create mode 100644 openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/gconf.js (limited to 'openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv') 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 new file mode 100644 index 00000000..20ce9a54 --- /dev/null +++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/conf/globalconfig.json @@ -0,0 +1,5 @@ +{ + "url": "http://127.0.0.1", + "port": "8080", + "context_name":"resmgr" +} \ No newline at end of file diff --git a/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/datacenter.html b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/datacenter.html index 451d2f4c..f0ae9679 100644 --- a/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/datacenter.html +++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/datacenter.html @@ -13,7 +13,8 @@ - + +