Pulse/frontend-modern/src/components/Hosts
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
..
HostsFilter.tsx feat: finalize swarm service monitoring (#598) 2025-10-26 09:35:49 +00:00
HostsOverview.tsx Fix critical truncation bug preventing data readability on touch devices (related to #643) 2025-11-06 15:00:36 +00:00