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. |
||
|---|---|---|
| .. | ||
| Dashboard.tsx | ||
| DashboardFilter.tsx | ||
| DiskList.tsx | ||
| GuestDrawer.tsx | ||
| GuestRow.tsx | ||
| IOMetric.tsx | ||
| MetricBar.tsx | ||
| TagBadges.tsx | ||
| ThresholdSlider.tsx | ||