mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +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:
@@ -116,5 +116,6 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
public List<PaymentEntity> Payments { get; set; }
|
||||
public bool Archived { get; set; }
|
||||
public bool CanRefund { get; set; }
|
||||
public bool ShowCheckout { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user