diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-04-18 18:49:42 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-04-18 19:02:16 +0530 |
commit | 6e36a2778c822bcb44e1add72baa498734075f29 (patch) | |
tree | 564aa048c3bbe756fa2f3c1b839cdc88d77dd540 /login | |
parent | f40bd52d588a2134b4f344e553d78ef002bd04c9 (diff) |
SDN Controller merge issue resolution
IssueID : CLIENT-189
Change-Id: If51334683c7a6dab900688641cd178e1a0464d56
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'login')
-rw-r--r-- | login/src/main/webapp/login/html/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/login/src/main/webapp/login/html/menu.html b/login/src/main/webapp/login/html/menu.html index 388de035..7a2bb9df 100644 --- a/login/src/main/webapp/login/html/menu.html +++ b/login/src/main/webapp/login/html/menu.html @@ -89,7 +89,7 @@ <ul class="submenu"> <li><a href="/openoui/extsys/vim/vimView.html" target="mainFrame">VIM Manage</a></li> <li><a href="/openoui/extsys/vnfm/vnfmView.html" target="mainFrame">VNFM</a></li> - <li><a href="/openoui/extsys/sdncontroller/controller.html" target="mainFrame">SDN Controller</a></li> + <li><a href="/openoui/extsys/sdncontroller/index.html" target="mainFrame">SDN Controller</a></li> </ul> </li> <li> |