Pulse/frontend-modern/src/components/Docker
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
..
DockerFilter.tsx feat: add sparklines view mode for metrics visualization 2025-11-09 22:31:35 +00:00
DockerHosts.tsx Refine memory visualization with StackedMemoryBar component 2025-11-29 13:48:30 +00:00
DockerHostSummaryTable.tsx Convert data tables from CSS Grid to HTML tables 2025-11-29 21:20:02 +00:00
DockerStatusBadge.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
DockerSummaryStats.tsx Implement status bars for Storage, Backups, and Hosts tabs #744 2025-11-23 22:53:33 +00:00
DockerUnifiedTable.tsx Convert data tables from CSS Grid to HTML tables 2025-11-29 21:20:02 +00:00
runtimeDisplay.ts Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
StackedContainerBar.tsx Refine memory visualization with StackedMemoryBar component 2025-11-29 13:48:30 +00:00