Skip to content

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-001 committed Dec 11, 2024
1 parent 238c027 commit 803f7ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion dolphie/Panels/Replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ def create_group_replication_panel():
final_cluster_name = (
cluster_name if cluster_name else dolphie.global_variables.get("group_replication_group_name", "N/A")
)
tab.group_replication_title.update(f"[b]{title_prefix}{cluster_title} ([white]{final_cluster_name}[/white])")
tab.group_replication_title.update(
f"[b]{title_prefix}{cluster_title} ([highlight]{final_cluster_name}[/highlight])"
)
tab.group_replication_data.update(group_replication_variables)

# Generate and sort member tables
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 803f7ef

Please sign in to comment.