Added bootstrap paging buttons to the invoice list page and fixed paging buttons.

This commit is contained in:
Aaron Clauson
2019-01-16 21:33:04 +01:00
parent 686ae029e0
commit a4792f54a7
4 changed files with 126 additions and 94 deletions

View File

@@ -15,6 +15,10 @@ namespace BTCPayServer.Models.InvoicingModels
{
get; set;
}
public int Total
{
get; set;
}
public string SearchTerm
{
get; set;