From 7b3a885f66f8683628915a3a36147646947f9976 Mon Sep 17 00:00:00 2001 From: Madiator2011 Date: Wed, 13 Nov 2024 12:09:17 +0100 Subject: [PATCH] Fixed instalation UI --- .../app/templates/index.html | 35 +++++++++++++++---- 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/official-templates/better-ai-launcher/app/templates/index.html b/official-templates/better-ai-launcher/app/templates/index.html index b984366..f834461 100644 --- a/official-templates/better-ai-launcher/app/templates/index.html +++ b/official-templates/better-ai-launcher/app/templates/index.html @@ -2403,6 +2403,7 @@ {% for app_key, app_info in apps.items() %}

{{ app_info.name }}

+ {% if app_status[app_key]['installed'] %}
- {% if app_key == 'bcomfy' and app_status[app_key]['installed'] %} + {% if app_key == 'bcomfy' %} {% endif %} - {% if not app_status[app_key]['installed'] %} - - {% endif %}
Status: {{ app_status[app_key]['status'] }}
+ {% else %} +
+ + + +
+ {% endif %}
{% endfor %}