Skip to content

Commit

Permalink
Add Worker property display to Mention.cshtml
Browse files Browse the repository at this point in the history
Enhanced the mention details display by including the Worker property of the item object. This change ensures that the worker associated with each mention is now visible in the user interface, providing more context to the users.
  • Loading branch information
EdiWang committed Sep 23, 2024
1 parent 4f85e5a commit d6ddf5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Moonglade.Web/Pages/Admin/Mention.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@

<div class="text-muted">
@item.Domain, @item.SourceIp,
<time data-utc-label="@item.PingTimeUtc.ToString("u")">@item.PingTimeUtc</time>
<time data-utc-label="@item.PingTimeUtc.ToString("u")">@item.PingTimeUtc</time>,
@item.Worker
</div>
</div>

Expand Down

0 comments on commit d6ddf5d

Please sign in to comment.