mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Minor UI improvements (#2606)
* Added "Checkout" button to invoice detail page * Added missing icon All other pages have a "plus" icon on the primary button, except this page * Button icons are always in front, not after like here was
This commit is contained in:
@@ -129,6 +129,7 @@ namespace BTCPayServer.Controllers
|
||||
PosData = PosDataParser.ParsePosData(invoice.Metadata.PosData),
|
||||
Archived = invoice.Archived,
|
||||
CanRefund = CanRefund(invoice.GetInvoiceState()),
|
||||
ShowCheckout = invoice.Status == InvoiceStatusLegacy.New,
|
||||
Deliveries = (await _InvoiceRepository.GetWebhookDeliveries(invoiceId))
|
||||
.Select(c => new Models.StoreViewModels.DeliveryViewModel(c))
|
||||
.ToList()
|
||||
|
||||
Reference in New Issue
Block a user