From 89a09dc556b20e0a23021cc0fddfde36f99f63c9 Mon Sep 17 00:00:00 2001 From: Taylor Helsper Date: Sat, 25 Jun 2022 20:35:53 -0500 Subject: [PATCH] Clarify wording on manage apps page --- .../standard/var/www/mynode/templates/manage_apps.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 %}