Pulse/frontend-modern/src/components/Dashboard
rcourtman 32ffc1046c Fix memory bar width not scaling correctly
The StackedMemoryBar component was using flex layout for segments,
but flex children grow by default regardless of percentage width.
Changed to absolute positioning (like MetricBar uses) so the width
percentages actually work as expected.

Related to #788
2025-11-30 23:46:56 +00:00
..
Dashboard.tsx Convert data tables from CSS Grid to HTML tables 2025-11-29 21:20:02 +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
EnhancedCPUBar.tsx Remove CPU capacity marker and highlight high container restarts 2025-11-29 22:37:17 +00:00
GuestDrawer.tsx fix: resolve TypeScript errors in frontend components 2025-11-26 09:11:25 +00:00
GuestRow.tsx Convert data tables from CSS Grid to HTML tables 2025-11-29 21:20:02 +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: add stacked disk bar to hosts overview and fix tooltip positioning 2025-11-28 22:10:15 +00:00
StackedDiskBar.tsx feat: add stacked disk bar to hosts overview and fix tooltip positioning 2025-11-28 22:10:15 +00:00
StackedMemoryBar.tsx Fix memory bar width not scaling correctly 2025-11-30 23:46:56 +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