openenergymonitor / EmonESP

ESP8266 WIFI serial to emoncms link
160 stars 78 forks source link

Some part of the UI shown even should be hidden... #92

Closed FredM67 closed 2 years ago

FredM67 commented 2 years ago

In the home.html, both groups "Latest Data" and "Control" should be hidden when status.isWifiClient is false.

I think, the data-bind="visible should be on the parent element. It seems the style.display property overwrite the data-bind.