You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(insights): Left-align response status code column (#71124)
Do not treat that column as numeric! It's only numeric -ish since
because
1. Sometimes it's "Unknown" which is literally not a number
2. The actual numbers have specific significance, unlike a count
3. All the numbers are always 3 digits anyway
Left-alignment is a better fit here.
0 commit comments