mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-08 08:34:25 +01:00
Pull Payments: FIx column order in list (#4818)
Date and name were swapped. Fixes #4814.
This commit is contained in:
@@ -122,6 +122,7 @@
|
||||
@foreach (var pp in Model.PullPayments)
|
||||
{
|
||||
<tr>
|
||||
<td>@pp.StartDate.ToBrowserDate()</td>
|
||||
<td>
|
||||
<a asp-action="EditPullPayment"
|
||||
asp-controller="UIPullPayment"
|
||||
@@ -130,7 +131,6 @@
|
||||
@pp.Name
|
||||
</a>
|
||||
</td>
|
||||
<td>@pp.StartDate.ToBrowserDate()</td>
|
||||
<td>@pp.AutoApproveClaims</td>
|
||||
<td class="align-middle">
|
||||
<div class="progress ppProgress" data-pp="@pp.Id" data-bs-toggle="tooltip" data-bs-html="true">
|
||||
|
||||
Reference in New Issue
Block a user