mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +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:
@@ -0,0 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace BTCPayServer.Models.StoreViewModels;
|
||||
|
||||
public class LightningViewModel : LightningNodeViewModel
|
||||
{
|
||||
public List<AdditionalServiceViewModel> Services { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user