Commit 6ee339e1 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

updated UE popup information

parent 82d7d6e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -621,9 +621,9 @@ class IDCMap extends Component {
        msg += 'zone: ' + this.getUeZone(marker.options.meep.ue.id) + '<br>';
      } else {
        msg += 'state: <b style="color:red;">DISCONNECTED</b><br>';
        msg += 'types: ' + (this.getWirelessTypePrio(marker.options.meep.ue.id) || 'wifi,5g,4g,other') + '<br>';
      }

      msg += 'wireless: ' + (this.getWirelessTypePrio(marker.options.meep.ue.id) || 'wifi,5g,4g,other') + '<br>';
      msg += 'location: ' + this.getLocationStr(latlng);
      marker.getPopup().setContent(msg);
    }