From 9853cb20cb134f79a58977a9988020b442b8c5fe Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Thu, 16 Jun 2022 14:33:32 +0300 Subject: [PATCH] v6.1.0.0 Change log: https://roxy-wi.org/changelog.py#6_1 --- app/templates/ajax/load_updatehapwi.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/ajax/load_updatehapwi.html b/app/templates/ajax/load_updatehapwi.html index ff1b89ad..795d1a20 100644 --- a/app/templates/ajax/load_updatehapwi.html +++ b/app/templates/ajax/load_updatehapwi.html @@ -89,8 +89,8 @@ {{service_name}} - {% if s.3 != '* is not installed' %} - - {% if 'is not installed' not in s.3 %} + {% if 'is not installed' not in s.3 and s.3 != '' %} {% if is_need_update %} Update {% endif %} @@ -134,4 +134,4 @@ {% endif %} -{% endfor %} \ No newline at end of file +{% endfor %}