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 --- .../src/main/webapp/resmgr-sdn/resource.html | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn') diff --git a/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/resource.html b/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/resource.html index 0625f70c..0e0f1ec3 100644 --- a/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/resource.html +++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/resource.html @@ -69,6 +69,16 @@ $('#accordionmenuid_ul_0_0_brAppTopMenuID_UL_1_3_brAppTlMenuID').click(function () { $('#accordionContent').attr('src', 'link.html'); }); + + $('#accordionmenuid_ul_0_0_brAppTopMenuID_UL_1_4_locationID').click(function () { + $('#accordionContent').attr('src', '../resmgr-nfv/location.html'); + }); + $('#accordionmenuid_ul_0_0_brAppTopMenuID_UL_1_5_vimID').click(function () { + $('#accordionContent').attr('src', '../resmgr-nfv/vim.html'); + }); + $('#accordionmenuid_ul_0_0_brAppTopMenuID_UL_1_6_datacenterID').click(function () { + $('#accordionContent').attr('src', '../resmgr-nfv/datacenter.html'); + }); }) @@ -117,6 +127,19 @@ nodeid="brAppTlMenuID" style="display: list-item;"> Link + +
  • + Location +
  • +
  • + Vim +
  • +
  • + DataCenter +
  • -- cgit 1.2.3-korg