@using BTCPayServer.Views.Stores @using BTCPayServer.Abstractions.Extensions @model BTCPayServer.Services.Altcoins.Monero.UI.MoneroLikeStoreController.MoneroLikePaymentMethodListViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePageAndTitle(StoreNavPages.ActivePage, "Monero Settings"); ViewData["NavPartialName"] = "../Stores/_Nav"; }
@foreach (var item in Model.Items) { }
Crypto Account Index Enabled Actions
@item.CryptoCode @item.AccountIndex @if (item.Enabled) { } else { } Modify
@section PageFootContent { @await Html.PartialAsync("_ValidationScriptsPartial") }