From: Patrick Donnelly Date: Thu, 9 Jul 2026 19:41:05 +0000 (-0400) Subject: script/ptl-tool: use img to fix table width X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=785821e69f54126d4e2ae2033ce646552ea025c5;p=ceph.git script/ptl-tool: use img to fix table width Otherwise the browser will shrink the table horizontally to the point it's unreadable. Signed-off-by: Patrick Donnelly --- diff --git a/src/script/ptl-tool.py b/src/script/ptl-tool.py index 915a6fb748b..8909cd89d80 100755 --- a/src/script/ptl-tool.py +++ b/src/script/ptl-tool.py @@ -698,7 +698,8 @@ class CommitParityCheck(BaseAuditCheck): visualizer_lines.append("COMMIT PARITY VISUALIZER") visualizer_lines.append("=" * 80) - visualizer_md_lines.append(f"| BACKPORT PR #{pr} | SOURCE PR | SOURCE STATUS |") + # Add to make sure the column is shrunk down. + visualizer_md_lines.append(f"| BACKPORT PR #{pr} | SOURCE PR | SOURCE STATUS |") visualizer_md_lines.append("|---|---|---|") bp_to_source = {}