diff --git a/BTCPayServer/Views/UIServer/ListPlugins.cshtml b/BTCPayServer/Views/UIServer/ListPlugins.cshtml index e7da13569..b7a9ef8d9 100644 --- a/BTCPayServer/Views/UIServer/ListPlugins.cshtml +++ b/BTCPayServer/Views/UIServer/ListPlugins.cshtml @@ -20,7 +20,6 @@ availableAndNotInstalled.Add(ordered.FirstOrDefault(availablePlugin => DependenciesMet(availablePlugin.Dependencies)) ?? ordered.FirstOrDefault()); } - bool DependentOn(string plugin) { foreach (var installedPlugin in Model.Installed) @@ -140,7 +139,7 @@ var updateAvailable = !plugin.SystemPlugin && matchedAvailable.Any(); var tabId = plugin.Identifier.ToLowerInvariant().Replace(".", "_");
-
+

@plugin.Name

@@ -260,7 +259,7 @@ var disabled = Model.Disabled?.Contains(plugin.Identifier) ?? false;
-
+

@plugin.Name

diff --git a/BTCPayServer/Views/UIStores/Lightning.cshtml b/BTCPayServer/Views/UIStores/Lightning.cshtml index 9515fbe65..c829234c6 100644 --- a/BTCPayServer/Views/UIStores/Lightning.cshtml +++ b/BTCPayServer/Views/UIStores/Lightning.cshtml @@ -10,11 +10,11 @@

@ViewData["Title"]

- @Model.LightningNodeType Node + @Model.LightningNodeType Node @if (Model.LightningNodeType != LightningNodeType.Internal) { - + @if (LightningConnectionString.TryParse(Model.ConnectionString, out var cs)) { @typeof(LightningConnectionType).DisplayName(cs.ConnectionType.ToString()) @@ -32,7 +32,8 @@ asp-action="ShowLightningNodeInfo" asp-route-cryptoCode="@Model.CryptoCode" asp-route-storeId="@Model.StoreId" - target="_blank"> + target="_blank" + id="PublicNodeInfo"> Public Node Info
diff --git a/BTCPayServer/Views/UIStores/LightningSettings.cshtml b/BTCPayServer/Views/UIStores/LightningSettings.cshtml index 9b223d324..d1797da44 100644 --- a/BTCPayServer/Views/UIStores/LightningSettings.cshtml +++ b/BTCPayServer/Views/UIStores/LightningSettings.cshtml @@ -11,10 +11,10 @@

@ViewData["Title"]

- @Model.LightningNodeType Node + @Model.LightningNodeType Node @if (Model.LightningNodeType != LightningNodeType.Internal) { - + @if (LightningConnectionString.TryParse(Model.ConnectionString, out var cs)) { @typeof(LightningConnectionType).DisplayName(cs.ConnectionType.ToString()) @@ -32,7 +32,8 @@ asp-action="ShowLightningNodeInfo" asp-route-cryptoCode="@Model.CryptoCode" asp-route-storeId="@Model.StoreId" - target="_blank"> + target="_blank" + id="PublicNodeInfo"> Public Node Info