Improve information structure on Lightning page

This commit is contained in:
Dennis Reimann
2020-06-29 16:54:07 +02:00
parent d3325f17c5
commit 04acbf6509
5 changed files with 106 additions and 64 deletions

View File

@@ -23,6 +23,8 @@ namespace BTCPayServer.Models.StoreViewModels
}
public string InternalLightningNode { get; internal set; }
public bool SkipPortTest { get; set; }
[Display(Name="Lightning enabled")]
public bool Enabled { get; set; } = true;
public string StoreId { get; set; }