From 939c1a8940d5dcc61fd27f467c49a4fd183d314a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 10 Sep 2024 11:24:01 +0200 Subject: [PATCH] ids.cgi: Remove box from the top section Signed-off-by: Michael Tremer --- html/cgi-bin/ids.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index b18f239e6..db05df98a 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -1007,7 +1007,7 @@ sub show_mainpage() { $checked{'ENABLE_IDS'}{$idssettings{'ENABLE_IDS'}} = "checked='checked'"; # Draw current state of the IDS - &Header::openbox('100%', 'left', $Lang::tr{'intrusion detection system'}); + &Header::opensection(); &Header::ServiceStatus({ $Lang::tr{'intrusion prevention system'} => { @@ -1098,7 +1098,7 @@ END } - &Header::closebox(); + &Header::closesection(); # # Used Ruleset Providers section. -- 2.39.5