Bug fixes
- Dashboard activity chart still showed phantom error bars (#240) — the v2.52.0 fix matched the tile count to
/logentries, but the "Jobs (Last 24h)" chart was still drawing red bars fromfailed_jobs+ unresolved alerts, so the chart could show error bars at hours where the Log page was empty. Chart now reads from the sameserver_logquery the tile and Log page use. - Upgrade page top cropped, can't scroll up (#239) — the auth layout used
align-items: center, which works for the login form (small, fits in viewport) but pushed the top of a tall upgrade page (steps + release notes) above the visible area with no way to scroll up to it. Override toflex-startfor the upgrade page only; login pages keep their centered layout.
Other
- Enigma2 set-top-box detection in the agent installer (#230) —
install.sh detect_os()now recognizes Dreambox / OpenATV / OE-Alliance / OpenPLi devices via/proc/stb/info/modeland falls back through three image-info sources (OE-Alliance/etc/image-version, OpenATV/usr/lib/enigma.info, Python boxbranding). Detection only — Enigma2 still hits "Unsupported OS" in the package-install step (manual borg + python3 install required), but the OS is now correctly named in the install summary. Thanks @MegaV0lt.
Versions
- Server: 2.52.1
- Agent: 2.29.11 (unchanged)