diff --git a/src/web/html/history.html b/src/web/html/history.html index b553a19f..7e317b59 100644 --- a/src/web/html/history.html +++ b/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