-
Notifications
You must be signed in to change notification settings - Fork 174
Check output text doesn't wrap in 0.24.0 #679
Comments
Hi @tknodell I was unfortunately unable to reproduce this issue, as you can see on the screenshot below: It looks like the output returned by your check check_vmware_tools starts with a bullet point, which leads me to believe there might be some hidden HTML in the output. You could try to extract the raw output from the Sensu API? Thanks |
Very interesting, I looked at another check on the same host and it did wrap correctly, but this check does not. This output of this service check does have a url in it, wonder if the href or quotes is messing up the css? Here's the HTML output of the check in uchiwa.
Here's the check result from the API
|
I can confirm I'm seeing this same thing, and also that it seems to be flipping between wrapping properly and not, but 80+% of the time it is not wrapping. In my case the output does include URLs. Specifically the check results has a URL that I believe causes the span to get the the |
Thank you @tknodell & @Gillingham for your help. As pointed out, the output have the This patch will be included in the next release. Thanks! |
Expected Behavior
Expect the text in the check output to wrap to the next line when viewed in the browser. It wrapped in previous versions of uchiwa.
Current Behavior
Output text does not wrap. Notice the cut off text & the long scrollbar in the bottom of the screenshot
Possible Solution
Believe this was introduced by https://github.com/sensu/uchiwa-web/pull/157
Not sure of the correct fix
Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: