Pulse/frontend-modern/src/components/Hosts
rcourtman f32d22dc41 Convert data tables from CSS Grid to HTML tables
- Replace CSS Grid with native <table> elements across all data tables
- HTML tables naturally align columns based on widest content in each column
- Add min-width on CPU/Memory/Disk columns for proper progress bar display
- Remove responsive column header abbreviations (show full labels always)
- Remove icon components from NodeSummaryTable headers
- Simplify TemperatureGauge to text-only display (no progress bar)

Tables converted: Dashboard guest table, NodeSummaryTable, HostsOverview,
DockerUnifiedTable, DockerHostSummaryTable
2025-11-29 21:20:02 +00:00
..
HostsFilter.tsx feat: finalize swarm service monitoring (#598) 2025-10-26 09:35:49 +00:00
HostsOverview.tsx Convert data tables from CSS Grid to HTML tables 2025-11-29 21:20:02 +00:00