mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
missing file commit (#977)
This commit is contained in:
parent
b29b46bbc7
commit
1635e1e3fb
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@
|
|||
<input asp-for="DiscourageSearchEngines" type="checkbox" class="form-check-inline"/>
|
||||
<span asp-validation-for="DiscourageSearchEngines" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label asp-for="AllowLightningInternalNodeForAll"></label>
|
||||
<input asp-for="AllowLightningInternalNodeForAll" type="checkbox" class="form-check-inline"/>
|
||||
<span asp-validation-for="AllowLightningInternalNodeForAll" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label asp-for="RootAppId"></label>
|
||||
<select asp-for="RootAppId" asp-items="@(new SelectList(ViewBag.AppsList, nameof(SelectListItem.Value), nameof(SelectListItem.Text), Model.RootAppId))" class="form-control"></select>
|
||||
|
|
Loading…
Add table
Reference in a new issue