Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix not found trace message #2488

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Conversation

JamesNK
Copy link
Member

@JamesNK JamesNK commented Feb 27, 2024

Fixes #2379

Microsoft Reviewers: Open in CodeFlow

@@ -181,6 +181,6 @@
else
{
<div class="empty-content">
<FluentIcon Icon="Icons.Regular.Size24.GanttChart" /> &nbsp; @Loc[nameof(Dashboard.Resources.TraceDetail.TraceDetailTraceNotFound)]
<FluentIcon Icon="Icons.Regular.Size24.GanttChart" /> &nbsp; @string.Format(Loc[nameof(Dashboard.Resources.TraceDetail.TraceDetailTraceNotFound)], TraceId)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing complains about passing the right culture info?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not in razor files. Here the argument TraceId is a string, so there is no culture conversion involved.

@JamesNK JamesNK merged commit 8229d2a into main Feb 28, 2024
8 checks passed
@JamesNK JamesNK deleted the jamesnk/fix-not-found-trace-format branch February 28, 2024 01:28
radical pushed a commit to radical/aspire that referenced this pull request Feb 28, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'Trace "{0}" not found' when clicking Trace link under Structured Logs
2 participants