icingaweb2-module-businessprocess
icingaweb2-module-businessprocess copied to clipboard
Handling of long item names
Describe the bug
UI fails to handle long
To Reproduce
- Create a BP item with a long title
- See broken views Screenshots below
Expected behavior
Long item names should be truncated where appropriate
Screenshots
Your Environment
The changes of this PR didn't help for the serivce tiles.
For Node tiles it works:
As well as for the breadcrumb navigation:
But for the service tiles I don't think it would be good to cut them off somewhere. I'd say the better solution would be to make the text smaller, so that the whole information (Host- and Servicename) is visible and it still "blends in" into the overall look, which a bigger tile wouldn't do I guess.
Versions involved:
additional info:
now the breadcrumb view can look kind of strange:
without the changes it looks better imo as it is not truncated that "early":
maybe there is a good compromise between both :)?