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