Hello!
I was generating an html report to gather data about a computer, and I saw the report is not showing all the information. Is this expected? (See red areas).
This thread was automatically locked due to age.
Hi cm00001,
Thank you for reaching out to the Community!
Can you please provide the firmware version number running on your firewall and web browser name that you are opening this report on?
Did you try to open this report in a different browser?
Thanks,
Hello, sorry for the late reply..
I am using SFOS 18.0.4 MR-4
The issue seems to be from the CSS embedded in the report. This particular one:
div.div_ellipsis{overflow: hidden; text-overflow: initial; float: left;width: 95px;}
When I made it empty, the report stated generating correctly (showing the whole cell values, based on the width of the browser window):
div.div_ellipsis{ }
Is there a way to report this as an issue?