Pulse/frontend-modern/src/components/Dashboard
rcourtman 5dce402d62 fix: make I/O metrics reactive to WebSocket updates
The I/O columns were not updating in real-time because they accessed
props.guest directly instead of through reactive memos. This wraps
diskRead, diskWrite, networkIn, networkOut in createMemo() to properly
track changes from WebSocket data updates.
2025-11-25 21:36:27 +00:00
..
Dashboard.tsx feat: improve responsive table layout with tighter columns 2025-11-25 20:37:28 +00:00
DashboardFilter.tsx Implement status bars for Storage, Backups, and Hosts tabs #744 2025-11-23 22:53:33 +00:00
DiskList.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
GuestDrawer.tsx feat: adaptive node table layout, guest row fixes, and legacy agent detection 2025-11-25 17:19:36 +00:00
GuestRow.tsx fix: make I/O metrics reactive to WebSocket updates 2025-11-25 21:36:27 +00:00
IOMetric.tsx feat: adaptive node table layout, guest row fixes, and legacy agent detection 2025-11-25 17:19:36 +00:00
MetricBar.tsx fix: auto-hide sublabel when progress bar text overflows 2025-11-25 20:45:11 +00:00
TagBadges.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
ThresholdSlider.tsx chore: snapshot current changes 2025-11-02 22:47:55 +00:00