mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 10:43:36 +00:00
9f6a3d1b5f
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.