Skip to content
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

[ML] AIOps: Log Rate Analysis results table layout issues. #181804

Closed
walterra opened this issue Apr 26, 2024 · 3 comments · Fixed by #181908
Closed

[ML] AIOps: Log Rate Analysis results table layout issues. #181804

walterra opened this issue Apr 26, 2024 · 3 comments · Fixed by #181908
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:ML/AIOps ML AIOps features: Change Point Detection, Log Pattern Analysis, Log Rate Analysis :ml regression v8.15.0

Comments

@walterra
Copy link
Contributor

Since EUI v94.1.0 (#180514) we see some regressions in the log rate analysis results table:

There is a line break between the field stats icon and the field name:

image

Long badges overflow into the other columns:

image
@walterra walterra added bug Fixes for quality problems that affect the customer experience regression :ml Feature:ML/AIOps ML AIOps features: Change Point Detection, Log Pattern Analysis, Log Rate Analysis v8.15.0 labels Apr 26, 2024
@walterra walterra self-assigned this Apr 26, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@walterra
Copy link
Contributor Author

Just to verify this was caused by the EUI update, here's how it looks on main one commit before the EUI update (8f23f23).

image image

@walterra
Copy link
Contributor Author

Documenting the differences in how styles get applied after the update:

This seems to be related to the truncateText: true column option.

Before the 94.1 update, the styles for text truncation were part of <span class="euiTableCellContent__text">...</span>.

image

Since the 94.1 update, the styles for text truncation get applied to the outer element:

image

This seems to be the reason why the cell is not properly picking up the truncation styles.

cee-chen added a commit that referenced this issue Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:ML/AIOps ML AIOps features: Change Point Detection, Log Pattern Analysis, Log Rate Analysis :ml regression v8.15.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants