mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
d377a5c464
The SMART disk temperature data was being collected by the agent but not passed through to the frontend. Fixed by: 1. Added SMART field to HostSensorSummaryFrontend and created HostDiskSMARTFrontend type in models_frontend.go 2. Updated hostSensorSummaryToFrontend() in converters.go to include SMART data conversion 3. Added HostDiskSMART interface to frontend TypeScript types 4. Updated HostTemperatureCell to display disk temperatures in tooltip with a 'Disk Temperatures' section and fallback to SMART temps when no CPU/sensor temps are available