Move connection manager dashlet to left bottom 62/4362/1
authorSapan Shah <sapshah@cisco.com>
Fri, 17 Jan 2014 18:10:33 +0000 (10:10 -0800)
committerSapan Shah <sapshah@cisco.com>
Fri, 17 Jan 2014 18:10:33 +0000 (10:10 -0800)
Change-Id: Ibc35a7e66693de06e31c57fd1fae6fb2771f4f8b
Signed-off-by: Sapan Shah <sapshah@cisco.com>
opendaylight/web/devices/src/main/resources/js/page.js

index d7cb4f689355465a2ca9334f70bf9d081659eff6..855dc90aa9023208b41168c384806db16d86dae5 100644 (file)
@@ -37,11 +37,11 @@ one.f.dashlet = {
 one.f.menu = {
   left : {
     top : [
-      one.f.dashlet.nodesLearnt,
-      one.f.dashlet.connection
+      one.f.dashlet.nodesLearnt
       ],
     bottom : [
-      one.f.dashlet.staticRouteConfig
+      one.f.dashlet.staticRouteConfig,
+      one.f.dashlet.connection
       ]
   },
   right : {