-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ingest Manager]: The long policy name breaks the UI structure for the logs table under agent "Logs" tab. #89831
Comments
@manishgupta-qasource Please review. Thanks |
Reviewed & assigned to @EricDavisX & @jen-huang |
Pinging @elastic/fleet (Team:Fleet) |
I have a fix up in #91776. The reason the height of the logs component differs on page reload vs switching between Agent details and Logs tab is because we let the logs take up the "rest of the page" (height-wise). On page reload, the long agent policy name takes a little bit longer to load, so a larger height is set on the logs before the agent policy name pushes everything down. When switching tabs, the agent policy name is already there so the available height is less. The solution in the PR adds a minimum height to the logs component of 600px. So the expected behavior is that the logs component will be the greater between 600px or the height of the rest of the page depending on your browser size. |
Hi @jen-huang Build details: Artifact link used: Please let us know if anything else is required. Thanks |
@amolnater-qasource Sorry, the PR is not merged yet so I don't expect it to be fixed in the BCs yet, just wanted to give some background on why this issue occurs. Please keep on eye on when the PR merges to retest (this issue will auto-close when it does). |
* Fix elastic#85521 * Set a minimum height for agent logs component elastic#89831 * Truncate long integration names nicely elastic#85404
* Fix elastic#85521 * Set a minimum height for agent logs component elastic#89831 * Truncate long integration names nicely elastic#85404
Hi @jen-huang Build details:
Thanks |
Kibana version: Kibana: 7.11.0 BC-5 Cloud environment
Host OS and Browser version: Windows 10, All
Preconditions:
Build Details:
Steps to reproduce:
Expected Result:
The long policy name should not break the UI structure for the logs table under agent "Logs" tab.
Screenshots:
**What's Working **
On hard refreshing "Logs" page, logs table structure returns to normal size
Note:
[Ingest Manager] The long name breaks the UI structure for the Host details table under the Fleet tab. #85374
The text was updated successfully, but these errors were encountered: