From 8915246990a832bd393cc7562a66194e4b670f50 Mon Sep 17 00:00:00 2001 From: Taylor Helsper Date: Mon, 15 Mar 2021 12:47:50 -0500 Subject: [PATCH] Limit options on home page when in testnet mode --- rootfs/standard/var/www/mynode/templates/includes/apps.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rootfs/standard/var/www/mynode/templates/includes/apps.html b/rootfs/standard/var/www/mynode/templates/includes/apps.html index df6460fa..096aa482 100644 --- a/rootfs/standard/var/www/mynode/templates/includes/apps.html +++ b/rootfs/standard/var/www/mynode/templates/includes/apps.html @@ -41,7 +41,7 @@ {% if product_key_skipped %} Premium Feature {% else %} - {% if lnd_ready %} + {% if lnd_ready and not is_testnet_enabled %} {% if btcpayserver_enabled %} BTCPay Server {% endif %} @@ -72,7 +72,7 @@
LND Hub
{{ lndhub_status }}
- {% if lnd_ready %} + {% if lnd_ready and not is_testnet_enabled %} {% if lndhub_enabled %} LND Hub {% endif %} @@ -259,7 +259,7 @@ {% if product_key_skipped %} Premium Feature {% else %} - {% if lnd_ready %} + {% if lnd_ready and not is_testnet_enabled %} {% if lnbits_enabled %} LNbits Disable