diff options
author | “shentao” <shentao@chinamobile.com> | 2017-03-21 14:32:47 +0800 |
---|---|---|
committer | “shentao” <shentao@chinamobile.com> | 2017-03-21 14:32:55 +0800 |
commit | 439f658078e7d4a7e36897ccf8f72b5a0933aa45 (patch) | |
tree | 66b933b55e543bfe908ddcba4129d1fe9476ee9b /integration | |
parent | f92ae6ce2db3d94d1ea50b5e3de66a54107efa0e (diff) |
link menu to function pages
Issue-id: CLIENT-175
Change-Id: I6ebb2112a96ec470da69ca532d94217b95a94e2c
Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/src/main/resources/portalConfig/msb_register.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/integration/src/main/resources/portalConfig/msb_register.xml b/integration/src/main/resources/portalConfig/msb_register.xml index 6a56f89a..9e3861eb 100644 --- a/integration/src/main/resources/portalConfig/msb_register.xml +++ b/integration/src/main/resources/portalConfig/msb_register.xml @@ -23,7 +23,7 @@ <registerList> <registerInfo> <ip>127.0.0.1</ip> - <port>8300</port> + <port>9150</port> <url>/openoui/login</url> <serviceName>login</serviceName> <protocol>UI</protocol> @@ -33,7 +33,7 @@ </registerInfo> <registerInfo> <ip>127.0.0.1</ip> - <port>8300</port> + <port>9150</port> <url>/openoui/catalog</url> <serviceName>catalog</serviceName> <protocol>UI</protocol> @@ -43,7 +43,7 @@ </registerInfo> <registerInfo> <ip>127.0.0.1</ip> - <port>8300</port> + <port>9150</port> <url>/openoui/extsys</url> <serviceName>extsys</serviceName> <protocol>UI</protocol> @@ -53,7 +53,7 @@ </registerInfo> <registerInfo> <ip>127.0.0.1</ip> - <port>8300</port> + <port>9150</port> <url>/openoui/performance</url> <serviceName>performance</serviceName> <protocol>UI</protocol> @@ -63,7 +63,7 @@ </registerInfo> <registerInfo> <ip>127.0.0.1</ip> - <port>8300</port> + <port>9150</port> <url>/openoui/monitor</url> <serviceName>monitor</serviceName> <protocol>UI</protocol> @@ -73,7 +73,7 @@ </registerInfo> <registerInfo> <ip>127.0.0.1</ip> - <port>8300</port> + <port>9150</port> <url>/openoui/lifecyclemgr</url> <serviceName>lifecyclemgr</serviceName> <protocol>UI</protocol> @@ -83,7 +83,7 @@ </registerInfo> <registerInfo> <ip>127.0.0.1</ip> - <port>8300</port> + <port>9150</port> <url>/openoui/resmgr-nfv</url> <serviceName>resmgr-nfv</serviceName> <protocol>UI</protocol> @@ -93,7 +93,7 @@ </registerInfo> <registerInfo> <ip>127.0.0.1</ip> - <port>8300</port> + <port>9150</port> <url>/openoui/resmgr-sdn</url> <serviceName>resmgr-sdn</serviceName> <protocol>UI</protocol> @@ -103,7 +103,7 @@ </registerInfo> <registerInfo> <ip>127.0.0.1</ip> - <port>8300</port> + <port>9150</port> <url>/openoui/user</url> <serviceName>user</serviceName> <protocol>UI</protocol> |