Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaoHans committed Nov 1, 2024
1 parent 7b00ec5 commit 20dad71
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
color = "rz-color-danger";
}
<RadzenLabel class="@color">@context.HttpStatusCode</RadzenLabel>
@if (!string.IsNullOrEmpty(context.Exceptions))
{
<RadzenButton Icon="info" Variant="Variant.Text" ButtonStyle="ButtonStyle.Base" Size="ButtonSize.ExtraSmall" MouseEnter="@(args => ShowTooltip(args,context.Exceptions, new TooltipOptions(){ Position = TooltipPosition.Bottom, Duration = null}))" />
}
</Template>
</RadzenDataGridColumn>
<RadzenDataGridColumn Property="@nameof(AuditLogDto.ExecutionTime)" Title="@L["ExecutionTime"]" Width="160px" />
Expand Down

0 comments on commit 20dad71

Please sign in to comment.