@model LightningWalletServices @{ ViewData.SetLayoutModel(new(nameof(ServerNavPages.Services), StringLocalizer["BTCPay Server Configurator"])); ViewData.SetBreadcrumbs([new(StringLocalizer["Services"], Action: nameof(BTCPayServer.Controllers.UIServerController.Services))]); } @if (!ViewContext.ModelState.IsValid) {
}

This page exposes information to use the configured BTCPay Server Configurator to modify this setup.

@section PageFootContent { }