Azure / pcs-remote-monitoring-webui

Azure IoT PCS Remote Monitoring Web UI
MIT License
54 stars 72 forks source link

Turning off simulation data doesn't work #1228

Closed ms-vincent closed 5 years ago

ms-vincent commented 5 years ago

Type of issue

Description

The slider button to turn off the simulated data doesn't work.

Steps to reproduce

  1. Create new Remote monitoring Solution Accelerator
  2. Click settings gear.
  3. try to turn off simulation data. Slider doesn't work, doesn't toggle off. The slider button highlights but it doesn't actually turn the data off.

Expected behavior

slider moves to the left and turns off the simulated devices.

image

codingbandit commented 5 years ago

/static/js/components/shell/flyouts/settings/settings.js line 85 Cannot read property 'name' of undefined … target being passed into the onSimulationChange is undefined.