ONOS-1768 - GUI -- Tooltip doesn't appear on new view if switching by button, minor table height bug fix.

Change-Id: I443d13bb74ea5bae2948932153ca5a521b2b0fef
diff --git a/web/gui/src/main/webapp/app/fw/widget/table.js b/web/gui/src/main/webapp/app/fw/widget/table.js
index caacab4..0ed0b42 100644
--- a/web/gui/src/main/webapp/app/fw/widget/table.js
+++ b/web/gui/src/main/webapp/app/fw/widget/table.js
@@ -25,7 +25,7 @@
 
     // constants
     var tableIconTdSize = 33,
-        pdg = 12,
+        pdg = 22,
         colWidth = 'col-width',
         tableIcon = 'table-icon',
         asc = 'asc',