summaryrefslogtreecommitdiff
path: root/robusta_krr/formatters
diff options
context:
space:
mode:
authorПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-06 10:51:21 +0300
committerПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-06 10:51:21 +0300
commit900ef7458c4f4e59227d1ec6a4639fb9a28cda5b (patch)
tree7df94ff86fe3e533cab3354270c2c1e2ef01a980 /robusta_krr/formatters
parent9c4c3cc3e1e10b1f485b6f9e532bdb67fb92d3d4 (diff)
Improve coloring for table
Diffstat (limited to 'robusta_krr/formatters')
-rw-r--r--robusta_krr/formatters/table.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/robusta_krr/formatters/table.py b/robusta_krr/formatters/table.py
index 14193df..fdc9508 100644
--- a/robusta_krr/formatters/table.py
+++ b/robusta_krr/formatters/table.py
@@ -53,7 +53,7 @@ class TableFormatter(BaseFormatter):
table = Table(show_header=True, header_style="bold magenta", title=f"Scan result ({result.score} points)")
- table.add_column("Number", justify="right", style="dim", no_wrap=True)
+ table.add_column("Number", justify="right", no_wrap=True)
table.add_column("Cluster", style="cyan")
table.add_column("Namespace", style="cyan")
table.add_column("Name", style="cyan")