Icinga / icingaweb2-module-cube

Drill-down view for Icinga web 2 based on custom variables
GNU General Public License v2.0
45 stars 12 forks source link

Missing context in the cube title tooltip #52

Closed stebr1 closed 4 years ago

stebr1 commented 4 years ago

On medium/long Object name string, it is truncated after some characters. Please consider to create an hint on hover that will help the users to read the complete name of the object. Actually the hint on hover is "Show more details"

It is confiured at line 300 of this file "library/Cube/CubeRenderer.php"

. '" title="' . $view->escape('Show more details') . '"' cube-hint

lippserd commented 4 years ago

Makes sense. Thanks for the report!

stebr1 commented 4 years ago

Hi @lippserd I confirm that the patch work fine

lippserd commented 4 years ago

Thanks for the feedback.