File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -408,11 +408,11 @@ def _util_text(pct: float) -> Text:
408408
409409def _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
464464def _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" )
You can’t perform that action at this time.
0 commit comments