mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Do not always provide counting in list views (#3696)
This commit is contained in:
@@ -17,6 +17,7 @@ namespace BTCPayServer.Models.ServerViewModels
|
||||
public IEnumerable<string> Roles { get; set; }
|
||||
}
|
||||
public List<UserViewModel> Users { get; set; } = new List<UserViewModel>();
|
||||
public override int CurrentPageCount => Users.Count;
|
||||
public Dictionary<string, string> Roles { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user