mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
Add ability to clear tx label filter
This commit is contained in:
parent
947a67fcd2
commit
d1c12d8294
1 changed files with 4 additions and 0 deletions
|
@ -89,6 +89,10 @@
|
|||
<a asp-route-labelFilter="@label.Text" class="badge position-relative text-white flex-grow-0" style="background-color:@label.Color;color:@label.TextColor !important;">@label.Text</a>
|
||||
}
|
||||
</div>
|
||||
@if (Context.Request.Query.ContainsKey("labelFilter"))
|
||||
{
|
||||
<a asp-route-labelFilter="" class="btn btn-primary d-flex align-items-center">Clear filter</a>
|
||||
}
|
||||
</div>
|
||||
}
|
||||
<div class="dropdown ms-auto">
|
||||
|
|
Loading…
Add table
Reference in a new issue