fix: remove undefined namespace_loop variable from images.html
This commit is contained in:
@@ -76,7 +76,6 @@
|
||||
<span class="text-xs text-gray-600 bg-gray-800 px-2 py-0.5 rounded-full">
|
||||
{{ apps | length }} app{% if apps | length != 1 %}s{% endif %}
|
||||
</span>
|
||||
{% set ns_outdated = namespace_loop.loop(apps) %}
|
||||
{% set ns_containers = apps | map(attribute='containers') | sum(start=[]) %}
|
||||
{% set ns_outdated_count = ns_containers | selectattr('status', 'eq', 'outdated') | list | length %}
|
||||
{% if ns_outdated_count > 0 %}
|
||||
|
||||
Reference in New Issue
Block a user