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 threwcan'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 withme.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
installaborted silently on a fresh host. With neither a localthemes/directory nor the/opt/proxmorphcache present, a failed lookup trippedset -eand ended the installer right after product detection. It now falls through to downloading the release.