diff --git a/rootfs/standard/var/www/mynode/templates/includes/apps.html b/rootfs/standard/var/www/mynode/templates/includes/apps.html index 0d5f54de..b63c087c 100644 --- a/rootfs/standard/var/www/mynode/templates/includes/apps.html +++ b/rootfs/standard/var/www/mynode/templates/includes/apps.html @@ -149,13 +149,17 @@
Caravan
{{ caravan_status }}
- {% if caravan_enabled %} - {% if caravan_ready %} - Info - Disable - {% endif %} + {% if product_key_skipped %} + Premium Feature {% else %} - Enable + {% if caravan_enabled %} + {% if caravan_ready %} + Info + Disable + {% endif %} + {% else %} + Enable + {% endif %} {% endif %}