Skip to content

Commit

Permalink
fix: fix error detail show
Browse files Browse the repository at this point in the history
  • Loading branch information
Qinyouzeng committed Aug 30, 2024
1 parent 4ff04e6 commit 195efec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Web/Masa.Tsc.Web.Admin.Rcl/Pages/Apm/ErrorDetail.razor
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div style="color: rgb(52, 55, 65);width:1px" class="px-2">|</div>
<div class="pl-2">@(currentLog?.Resource["service.name"])</div>
<div style="color: rgb(52, 55, 65);width:1px" class="px-2">|</div>
<div class="pl-2 text-truncate" style="max-width:400px;background-color: rgb(211, 218, 230); color: rgb(0, 0, 0);" title="@(currentTrace?.Attributes["http.method"]) @(currentTrace?.Attributes["http.url"])">@(currentTrace?.Attributes["http.method"]) @(currentTrace?.Attributes["http.url"])</div>
<div class="pl-2 text-truncate" style="max-width:400px;background-color: rgb(211, 218, 230); color: rgb(0, 0, 0);" title="@(currentTrace?.Method()) @(currentTrace?.Target())">@(currentTrace?.Method()) @(currentTrace?.Target())</div>
<div style="color: rgb(52, 55, 65);width:1px" class="px-2">|</div>
<div class="pl-2">@(currentLog?.Resource["service.namespace"])</div>
<div style="color: rgb(52, 55, 65);width:1px" class="px-2">|</div>
Expand Down

0 comments on commit 195efec

Please sign in to comment.