Skip to content

Commit 2ba18ed

Browse files
committed
Rework tables title
1 parent 0a348df commit 2ba18ed

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

cluv/cli/status.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,11 @@ def _util_text(pct: float) -> Text:
408408

409409
def _build_cluster_table(data: list[ClusterStatus]) -> Table:
410410
table = Table(
411-
title="[bold cyan]Cluster Overview[/bold cyan]",
411+
title="Cluster Overview",
412412
box=box.ROUNDED,
413413
show_lines=True,
414414
header_style="bold white on #1a1a2e",
415-
title_style="bold",
415+
title_style="bold cyan",
416416
expand=True,
417417
)
418418

@@ -463,9 +463,10 @@ def _build_cluster_table(data: list[ClusterStatus]) -> Table:
463463

464464
def _build_my_jobs_table(data: list[ClusterStatus]) -> Table:
465465
table = Table(
466-
title="[bold cyan]Your Jobs Summary[/bold cyan]",
466+
title="Jobs Overview",
467467
box=box.SIMPLE_HEAVY,
468468
header_style="bold white on #1a1a2e",
469+
title_style="bold cyan",
469470
expand=True,
470471
)
471472
table.add_column("Cluster", style="bold magenta")

0 commit comments

Comments
 (0)