From 883aefbe643ce04c6fe45882479f560ecd33db16 Mon Sep 17 00:00:00 2001 From: lumapu Date: Sun, 4 Feb 2024 00:31:39 +0100 Subject: [PATCH] 0.8.71 * fix html --- src/web/html/history.html | 1 + 1 file changed, 1 insertion(+) 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