mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-13 23:50:38 +00:00
Frontend fixes: - Fixed VM thresholds incorrectly showing as 'CT' in alerts UI (issue #295) - Fixed threshold slider not reaching 0% and 100% edges (issue #295) - Fixed PBS form auto-filling with PVE settings (issue #296) - Fixed email config property mapping (server/port instead of smtpHost/smtpPort) Backend fixes: - Updated EmailConfig struct to use 'server' and 'port' JSON tags for consistency - Added 'provider' and 'startTLS' fields to EmailConfig - Fixed PORT env var to correctly set FrontendPort instead of BackendPort - Changed default log level from Debug to Info All changes tested and verified working correctly. |
||
|---|---|---|
| .. | ||
| adapters | ||
| alerts | ||
| api | ||
| config | ||
| crypto | ||
| discovery | ||
| errors | ||
| interfaces | ||
| models | ||
| monitoring | ||
| notifications | ||
| tokens | ||
| types | ||
| updates | ||
| utils | ||
| websocket | ||