Pulse/internal/models
rcourtman d377a5c464 fix: Pass SMART disk temperatures to frontend. Related to #941
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
2025-12-29 15:27:46 +00:00
..
concurrency_test.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
converters.go fix: Pass SMART disk temperatures to frontend. Related to #941 2025-12-29 15:27:46 +00:00
converters_test.go fix: Robust OCI container detection with state persistence 2025-12-12 20:06:39 +00:00
models.go fix: AI Commands toggle now updates immediately in UI. Related to #952 2025-12-29 13:56:29 +00:00
models_frontend.go fix: Pass SMART disk temperatures to frontend. Related to #941 2025-12-29 15:27:46 +00:00
state_docker_test.go style: Apply gofmt to 37 files 2025-12-02 17:21:48 +00:00
state_host_test.go fix: backup matching uses instance+VMID to prevent cross-instance collisions 2025-12-16 22:19:19 +00:00
state_snapshot.go fix: deduplicate Ceph clusters by FSID before sending to frontend 2025-12-27 17:03:17 +00:00