Skip to content

Fix dashboard port display to prevent locale grouping commas#4

Open
JoshuaMorris wants to merge 2 commits intoTechopolis:mainfrom
JoshuaMorris:fix-dashboard-port-display
Open

Fix dashboard port display to prevent locale grouping commas#4
JoshuaMorris wants to merge 2 commits intoTechopolis:mainfrom
JoshuaMorris:fix-dashboard-port-display

Conversation

@JoshuaMorris
Copy link
Copy Markdown

Summary

Fixes dashboard port rendering so it always displays the raw port value (e.g. 11435) instead of localized formatting (e.g. 11,435).

Change

  • Updated ServerDashboardView to render port text using verbatim strings:
    • Text(verbatim: ...)
    • Label title using Text(verbatim: ...)

Result

  • http://127.0.0.1:11435 displays correctly without comma separators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant