From e302fdabaf52384f79f256e980c5618ed48a7223 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 13 Nov 2024 16:45:47 -0800 Subject: [PATCH] firewalld: Reduce severity for alert about service on internal zone - When apps are available only on 'internal' zone, a warning message is shown on the app's page. This is a routine warning that requires no action from the user. It is quite annoying to see it on a page like Samba where it is even implied. Hence reduce the severity of the alert to 'info' from 'warning'. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- plinth/templates/internal-zone.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/plinth/templates/internal-zone.html b/plinth/templates/internal-zone.html index ee6a809bd..61f59bb0a 100644 --- a/plinth/templates/internal-zone.html +++ b/plinth/templates/internal-zone.html @@ -7,17 +7,22 @@ {% block internal_zone_warning %} {% for component in firewall %} {% if not component.is_external %} -