diff --git a/rootfs/standard/var/www/mynode/templates/manage_apps.html b/rootfs/standard/var/www/mynode/templates/manage_apps.html index eb6d590c..63f8d5e0 100644 --- a/rootfs/standard/var/www/mynode/templates/manage_apps.html +++ b/rootfs/standard/var/www/mynode/templates/manage_apps.html @@ -101,7 +101,7 @@ Application - Current Version + Installed Version Latest Version Actions @@ -118,7 +118,12 @@ {{ app.current_version }} {% endif %} - {{ app.latest_version }} + + {{ app.latest_version }} + {% if app.has_custom_version %} + + {% endif %} + {% if app.is_installed %}