Fix glyph names.

Change-Id: I295b628b4cbe70c746ef27ff3c729541247e21a8
diff --git a/web/gui/src/main/webapp/app/fw/svg/glyphData.js b/web/gui/src/main/webapp/app/fw/svg/glyphData.js
index 65c2bd0..2770886 100644
--- a/web/gui/src/main/webapp/app/fw/svg/glyphData.js
+++ b/web/gui/src/main/webapp/app/fw/svg/glyphData.js
@@ -714,9 +714,9 @@
             'a1.8,1.8,0,0,1,2.6,2.6l-6.1,6.1a2.5,2.5,0,0,0,0,3.5l6.2,6.2' +
             'A6.2,6.2,0,0,1,65.4,61.9Z',
 
-            mojo_switch: m_switch_arrows,
+            m_switch: m_switch_arrows,
 
-            mojo_roadm: m_switch_arrows + m_octagon,
+            m_roadm: m_switch_arrows + m_octagon,
 
             m_uiAttached: 'M73.6,61.3H26.4a4.9,4.9,0,0,1-4.9-4.9V27.7' +
             'a4.9,4.9,0,0,1,4.9-4.9H73.6a4.9,4.9,0,0,1,4.9,4.9V56.5' +
@@ -738,7 +738,7 @@
             'H68.7A1.8,1.8,0,0,1,68.7,57.3ZM68.7,66.5H31.3a1.8,1.8,0,0,1,0-3.7' +
             'H68.7A1.8,1.8,0,0,1,68.7,66.5Z',
 
-            m_detail: 'M68.7,33.2H31.3a1.8,1.8,0,0,1,0-3.7H68.7' +
+            m_details: 'M68.7,33.2H31.3a1.8,1.8,0,0,1,0-3.7H68.7' +
             'A1.8,1.8,0,1,1,68.7,33.2ZM73.9,17.5H26.1a4.9,4.9,0,0,0-4.9,4.9' +
             'V72.4a4.9,4.9,0,0,0,4.9,4.9h8.2l-4.1,6.6a1.9,1.9,0,0,0,.6,2.5' +
             'l1,0.3a1.8,1.8,0,0,0,1.6-.9L46.1,64.9a15.1,15.1,0,0,' +