-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fixes for service overview layout * Use 3/7 instead of 4/6 for `grow` between charts/tables * Decrease chart height * Use "s" gutterSize on tables * Decrease table height * Use `TruncateWithToolTip` on errors and transactions tables to remove tooltip inline-block style * Use `responsive={false}` on dependency titles so icon/name pairs don't wrap * Use `responsive={false}` on spark plots so plot/value pairs don't wrap * Use `responsive={false}` on latency chart and table titles so controls and links don't wrap * Make the fixed sizing overrides for the tables only be applied when we're using a wide, non-mobile (> 992) viewport * Switch to "mobile" viewport (with one item per row) at 992 instead of 768 Since you cannot control the breakpoints at which EUI switches to "responsive" mode, we trigger these manually to change the number of columns. and whether or not the tables use a fixed height. The overview now has three "modes": * Two columns for chart/table rows * Tables in non-responsive mode * One column for charts/tables * Tables in non-responsive mode * One column for charts/tables * Tables in non-responsive mode Fixes #85781. * remove unused imports Co-authored-by: Nathan L Smith <[email protected]>
- Loading branch information
Showing
9 changed files
with
123 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.