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/fw/layer/quickhelp.js b/web/gui/src/main/webapp/app/fw/layer/quickhelp.js
index 46a5c79..92721cb 100644
--- a/web/gui/src/main/webapp/app/fw/layer/quickhelp.js
+++ b/web/gui/src/main/webapp/app/fw/layer/quickhelp.js
@@ -270,7 +270,7 @@
         addRow(mkArrRow(vgest));
     }
 
-    function qhlion_title() {
+    function qhlionTitle() {
         var lion = ls.bundle('core.fw.QuickHelp');
         return lion('qh_title');
     }
@@ -286,7 +286,7 @@
             .attr('rx', 8);
 
         pane.append('text')
-            .text(qhlion_title())
+            .text(qhlionTitle())
             .attr({
                 class: 'title',
                 dy: '1.2em',