diff --git a/templates/index.html b/templates/index.html
index 47ee69b..417acec 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -324,6 +324,7 @@
+ {%- set has_global_sup = suppressions | selectattr('target_type', 'equalto', 'all') | list | length > 0 -%}
{% for name, host in snapshot.hosts.items() %}
{% set suppressed = suppressions | selectattr('target_name', 'equalto', name) | list %}
@@ -331,7 +332,7 @@
{{ name }}
- {% if suppressed %}
+ {% if suppressed or has_global_sup %}
🔕
{% endif %}