Pulse/frontend-modern/src/components/Dashboard
rcourtman a8fa834d24 Fix critical truncation bug preventing data readability on touch devices (related to #643)
Removed CSS truncate from key identifier columns (container names, service names,
guest names, host names, image names) that were making data inaccessible on mobile/
touch devices where title tooltips don't work.

Users can now read full identifiers via horizontal scroll (already implemented via
ScrollableTable component). Data should always be readable without requiring additional
UI affordances.

Changed files:
- DockerUnifiedTable: Remove truncate from container/service names and images
- GuestRow: Remove truncate from guest names
- HostsOverview: Remove truncate from host display names and hostnames

Column resizing remains on backlog as optional enhancement; users should not need
a drag handle just to read the contents.
2025-11-06 15:00:36 +00:00
..
Dashboard.tsx Fix VM migration issue where custom alert thresholds are lost 2025-11-06 10:27:15 +00:00
DashboardFilter.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
DiskList.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
GuestRow.tsx Fix critical truncation bug preventing data readability on touch devices (related to #643) 2025-11-06 15:00:36 +00:00
IOMetric.tsx Remove animated transitions from I/O metrics 2025-10-23 17:56:50 +00:00
MetricBar.tsx Normalize docker agent version handling 2025-10-28 08:42:58 +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