-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tctl: fix
tctl top
colors on dark terminals
If we leave `TextStyle` empty on UI elements, it will use the default foreground color defined by the terminal (light for dark terminals and vice versa). Same goes for `BorderStyle`. A few other tweaks to UI and source metrics: - update table ratios to prevent hiding output rows on short (height) terminal windows - update tab selector style to use bold/underline instead of colors to mark selected tab - print `No data` in histogram tables when there are no values - don't report the local cluster in `remote_clusters` metric
- Loading branch information
Showing
4 changed files
with
25 additions
and
27 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