Merge "Move connection manager dashlet to left bottom"
authorAndrew Kim <andrekim@cisco.com>
Fri, 17 Jan 2014 19:58:19 +0000 (19:58 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 17 Jan 2014 19:58:19 +0000 (19:58 +0000)
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 : {