Azure / pcs-remote-monitoring-webui

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

Miscellaneous bug fixes #1231

Closed isaac-dasan closed 5 years ago

isaac-dasan commented 5 years ago

Type of change?

Description, Context, Motivation

  1. Simulation toggle was not working because the new fluent control sends back value directly, which was not updated. https://github.com/Azure/pcs-remote-monitoring-webui/issues/1228
  2. Flyout's "Apply" buttons were not enabled because the palceholders for "Operator" dropdown were misleading and looked like the values are already selected. https://github.com/Azure/pcs-remote-monitoring-webui/issues/1230
  3. TimeFilter was not working because the value was not updated to map the new fluent control https://github.com/Azure/pcs-remote-monitoring-webui/issues/1229

Checklist:


This change is Reviewable