Pulse/frontend-modern/src/components/Dashboard
rcourtman bf43d448cf fix: Robust OCI container detection with state persistence
Backend:
- Seed OCI classification from previous state so containers never
  'downgrade' to LXC if config fetching intermittently fails
- Prevent type regression in recordGuestSnapshot when OCI was previously detected
- Move metrics zeroing before snapshot recording for cleaner flow

Frontend:
- Add isOCIContainer() memo that checks both type and isOci flag
- Use isOCI helper in Dashboard.tsx for AI context building
- Include oci-container type in useResources container conversion
- Preserve isOci and osTemplate fields through legacy conversion

This ensures OCI containers retain their classification even when
Proxmox API permissions or transient errors prevent config reads.
2025-12-12 20:06:39 +00:00
..
Dashboard.tsx fix: Robust OCI container detection with state persistence 2025-12-12 20:06:39 +00:00
DashboardFilter.tsx AI Problem Solver implementation and various fixes 2025-12-06 23:46:08 +00:00
DiskList.tsx feat: Docker agent retry, UI column improvements, and IP tooltip enhancements 2025-12-12 08:26:36 +00:00
EnhancedCPUBar.tsx feat: Docker agent retry, UI column improvements, and IP tooltip enhancements 2025-12-12 08:26:36 +00:00
GuestDrawer.tsx feat: Toggleable table columns with rich tooltips for Proxmox dashboard 2025-12-05 12:12:56 +00:00
GuestRow.tsx fix: Robust OCI container detection with state persistence 2025-12-12 20:06:39 +00:00
InvestigateProblemsButton.tsx AI Problem Solver implementation and various fixes 2025-12-06 23:46:08 +00:00
IOMetric.tsx fix: restore I/O column styling to match v4.32.5 release 2025-11-26 09:32:58 +00:00
MetricBar.tsx feat: AI integration, Docker metrics, RAID display, and infrastructure improvements 2025-12-09 09:29:27 +00:00
StackedDiskBar.tsx AI Problem Solver implementation and various fixes 2025-12-06 23:46:08 +00:00
StackedMemoryBar.tsx feat: Docker agent retry, UI column improvements, and IP tooltip enhancements 2025-12-12 08:26:36 +00:00
TagBadges.tsx Dashboard and sparkline improvements 2025-12-07 00:08:52 +00:00
ThresholdSlider.tsx chore: snapshot current changes 2025-11-02 22:47:55 +00:00