mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-11 21:28:15 +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. |
||
|---|---|---|
| .. | ||
| client_helpers.go | ||
| config.go | ||
| credentials.go | ||
| export.go | ||
| persistence.go | ||
| registration.go | ||
| settings.go | ||