mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Wallet UI: Improve views (#1763)
* Improve UpdateStore and DerivationScheme views fix * Improve wallet views CSS fix * Apply suggestions from code review Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
This commit is contained in:
@@ -11,6 +11,8 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
public DerivationSchemeViewModel()
|
||||
{
|
||||
}
|
||||
|
||||
[Display(Name = "Derivation scheme")]
|
||||
public string DerivationScheme
|
||||
{
|
||||
get; set;
|
||||
@@ -31,7 +33,7 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
|
||||
public KeyPath RootKeyPath { get; set; }
|
||||
|
||||
[Display(Name = "Electrum/Hardware Wallet File")]
|
||||
[Display(Name = "Wallet File")]
|
||||
public IFormFile WalletFile { get; set; }
|
||||
public string Config { get; set; }
|
||||
public string Source { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user