Fix devices that are now shown in the platform
diff --git a/webapp/org.eclipse.sensinact.studio.webapp.outdoor/webapp/js/custom.js b/webapp/org.eclipse.sensinact.studio.webapp.outdoor/webapp/js/custom.js
index 702f612..76f25d4 100644
--- a/webapp/org.eclipse.sensinact.studio.webapp.outdoor/webapp/js/custom.js
+++ b/webapp/org.eclipse.sensinact.studio.webapp.outdoor/webapp/js/custom.js
@@ -115,9 +115,9 @@
 
 function getIcon(deviceName, iconName) {
    // if (icons[iconName] !== undefined) iconObject=icons['iconName'];
-   if (deviceName.startsWith('SEM_'))
-     return icons['busStop'];
-   else
+   //if (deviceName.startsWith('SEM_'))
+   //  return icons['busStop'];
+   //else
      return icons['default'];         
 }