From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 14/20] suricata: Fix broken spacing in the settings section Date: Tue, 10 Sep 2024 14:37:27 +0000 Message-ID: <20240910143748.3469271-15-michael.tremer@ipfire.org> In-Reply-To: <20240910143748.3469271-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3968487932458133198==" List-Id: --===============3968487932458133198== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- html/cgi-bin/ids.cgi | 45 +++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 00cc502f1..deebb3ad3 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -1017,30 +1017,29 @@ sub show_mainpage() { =20 # Only show this area, if at least one ruleset provider is configured. if (%used_providers) { + my $num_zones =3D scalar @network_zones; =20 print <

$Lang::tr{'settings'}

+
=20
- - - =20 - - - - - + + =20 - + =20 @@ -1068,21 +1067,29 @@ END $checked_input =3D "checked =3D 'checked'"; } =20 - print "\n"; + print < + + +END } =20 print < -
+  $Lang::tr{'ids enable'}








+   +
$Lang::tr{'ids monitored interfaces'}
+ $Lang::tr{'ids monitored interfaces'} +
\n"; - print "\n"; - print " $Lang::tr{'enabled on'} $= Lang::tr{$zone_name}\n"; - print "
=20 -

+ + +   + + =20 - - +
+ +
--=20 2.39.2 --===============3968487932458133198==--