From f9cebac9dc3e4aabefeb7580319bcda848c63653 Mon Sep 17 00:00:00 2001 From: Quan-Zhong Date: Mon, 17 Oct 2016 21:13:55 +0800 Subject: meger nfvo's resource.html to sdno's NFVO-22 Change-Id: Ide60f3562985d3e55ef421d68d2865526d8df5d8 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 + .../src/main/webapp/resmgr-sdn/resource.html | 23 ++++++++++++++++ 9 files changed, 78 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') 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 @@ - + +