github IT-BAER/proxmorph v2.8.4

3 hours ago

Fixed

  • PVE node Summary stuck on "Loading..." after switching node tabs. The sensor overlay hooked the node status store with store.on('load'), but that store belongs to the node panel and outlives the Summary view, which PVE destroys on every tab switch. After Summary → any other node tab → Summary, the listener of the destroyed view threw can't access property "items", f.items is null (proxmorph-sensors.js:405) on each status poll, and ExtJS skipped the new view's own listener, so the status panel never filled. The listener is now bound with me.mon() and removed together with the view. This also hit hosts that declined sensor monitoring, because the sensor script always loads and only hides its row. Reported by @binse03 (#57).
  • One-liner install aborted silently on a fresh host. With neither a local themes/ directory nor the /opt/proxmorph cache present, a failed lookup tripped set -e and ended the installer right after product detection. It now falls through to downloading the release.

Don't miss a new proxmorph release

NewReleases is sending notifications on new releases.