mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Add Lightning page with services (#3308)
* Add Lightning page with services * Adapt other services pages * Display Lightning services only for internal node
This commit is contained in:
10
BTCPayServer/Models/AdditionalServiceViewModel.cs
Normal file
10
BTCPayServer/Models/AdditionalServiceViewModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace BTCPayServer.Models;
|
||||
|
||||
public class AdditionalServiceViewModel
|
||||
{
|
||||
public string Type { get; set; }
|
||||
public string DisplayName { get; set; }
|
||||
public string ServiceName { get; set; }
|
||||
public string CryptoCode { get; set; }
|
||||
public string Link { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user