-
Notifications
You must be signed in to change notification settings - Fork 712
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
Limit tables to 20 rows #1465
Limit tables to 20 rows #1465
Conversation
db91a52
to
acc4070
Compare
acc4070
to
7a8e614
Compare
@davkal Here's a sample report with the new truncation field in place: report_truncation.json.gz |
925ad63
to
0a62080
Compare
What gets truncated by this besides container env vars? |
AFAICT it is
|
That is correct:
|
0a62080
to
100f78d
Compare
@davkal Looking good Two comments:
I would propose This section is too long and has been truncated (714 extra entries not included). We are working to remove this limitation. I think it's more to the point and the section is obvious since it's name is right next to the warning sign. |
Maybe, yeah. I wouldn't use hidden or not displayed because it can cause confusion with the table expansion. |
backend code, LGTM. |
Code LGTM! Copy about why we're truncating is kind of nice, explaining the situation a bit. But there are probably reasons not too. Like admission of imperfection in product or something. I like
|
Should host.process-list/container-list be getting truncated? Those are 500+ on the attached report and make the UI a bit janky. |
@foot That's tricker because ordering processes by CPU use etc ... require having them all to be useful. |
LGTM |
Should help with #1457 and #1454 until we have #985