Cacti / cacti

Cacti ™
http://www.cacti.net
GNU General Public License v2.0
1.63k stars 404 forks source link

add td->title for text overflow #5668

Closed xmacan closed 7 months ago

xmacan commented 7 months ago

Use CSS text-overflow ellipsis could be problematic on tables. It needs fixed layout or (max-)width specified. I don't know why it isn't work in graphs_new.php. So returning back TD parameter title.

It was removed in 1.2.20: https://github.com/Cacti/cacti/commit/3e08169be6d78e12ece1803c5168d00c9e46e315

It is very usefull for longer texts.