pnp4nagios icon indicating copy to clipboard operation
pnp4nagios copied to clipboard

The width of the "Services" box on the right side.

Open mbekkelund opened this issue 9 years ago • 1 comments

In the smoothness ui, the rightside boxes are not wide enough to show the entire links to the service. There is a shorten-function in pnp.php that replaces it with a string that ends with "..." preventing you from seeing the whole link. When you have lots of services, it's not very userfriendly to hover over each link to find the one you are looking for. This is solved by setting the width to something larger (in my case i changed it to: "width: 560px;" under div.right in common.css and after that i just commented out "$string = substr($string, 0, $length) . "...";" in pnp.php. It would be nice to have a parameter to set this, or maybe just go for a higher value in the css width.

mbekkelund avatar Jul 29 '15 08:07 mbekkelund

please send a pull request

lingej avatar Dec 20 '15 10:12 lingej