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 --- .../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