Topo2 - Animate the position of the details panel based on SummaryPanel visiblity
JIRA Tasks; ONOS-6294

Change-Id: I0aaf71021cadd529cf0f5c591cd91de22b396f7a
diff --git a/web/gui/src/main/webapp/app/view/topo2/topo2HostsPanel.js b/web/gui/src/main/webapp/app/view/topo2/topo2HostsPanel.js
index 8aaf152..fcc3f31 100644
--- a/web/gui/src/main/webapp/app/view/topo2/topo2HostsPanel.js
+++ b/web/gui/src/main/webapp/app/view/topo2/topo2HostsPanel.js
@@ -61,7 +61,7 @@
     }
 
     function render() {
-        hostPanel.el.show();
+        hostPanel.show();
         hostPanel.emptyRegions();
 
         var svg = hostPanel.appendToHeader('div')
@@ -77,7 +77,7 @@
     }
 
     function show() {
-        hostPanel.el.show();
+        hostPanel.show();
     }
 
     function hide() {