Browse Source

0.8.71

* fix html
pull/1402/head
lumapu 8 months ago
parent
commit
883aefbe64
  1. 1
      src/web/html/history.html

1
src/web/html/history.html

@ -79,6 +79,7 @@
function parsePowerHistory(obj){
if (null != obj) {
parseNav(obj.generic);
parseHistory(obj,"pwr", pwrExeOnce)
document.getElementById("pwrLast").innerHTML = mLastValue
document.getElementById("pwrMaxDay").innerHTML = obj.maxDay

Loading…
Cancel
Save