ONOS-6730: Topo View i18n:
- Completed remainder of topology view modules.
- fixed some ESLint issues.

Change-Id: I9cf474198cc4d30be629a2b05cbe19a3bbb43811
diff --git a/web/gui/src/main/webapp/app/view/topo/topo.js b/web/gui/src/main/webapp/app/view/topo/topo.js
index ba0bc7d..04b552c 100644
--- a/web/gui/src/main/webapp/app/view/topo/topo.js
+++ b/web/gui/src/main/webapp/app/view/topo/topo.js
@@ -346,7 +346,7 @@
 
         g = noDevsLayer.append('g');
         gs.addGlyph(g, 'bird', 100).attr('class', 'noDevsBird');
-        g.append('text').text('').attr({x: 120, y: 80 });
+        g.append('text').text('').attr({ x: 120, y: 80 });
         recenterLabel(g);
         showNoDevs(true);
     }
@@ -729,6 +729,7 @@
                     tis.setLionBundle(topoLion);
                     tms.setLionBundle(topoLion);
                     tps.setLionBundle(topoLion);
+                    ttbs.setLionBundle(topoLion);
 
                     // now we have the map projection, we are ready for
                     //  the server to send us device/host data...