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:
Dennis Reimann
2020-08-03 10:12:21 +02:00
committed by GitHub
parent b90ce01e05
commit b47b942e97
15 changed files with 259 additions and 224 deletions

View File

@@ -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; }