@model LightningNodeViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData["Title"] = "Add lightning node (Experimental)"; ViewData.AddActivePage(BTCPayServer.Views.Stores.StoreNavPages.Index); }

@ViewData["Title"]

@Html.Partial("_StatusMessage", Model.StatusMessage)
Lightning node url
This URL should point to an installed lightning charge server for @Model.CryptoCode
@if(Model.InternalLightningNode != null) {

You can use the internal lightning node by clicking here

}
@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") }