From: Michael Tremer Date: Wed, 17 Apr 2024 17:43:25 +0000 (+0200) Subject: wireguard.cgi: Remove the extra box around the peers X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d408b1a8e717ed0387366c254a0a637c635e8a2c;p=people%2Fstevee%2Fipfire-2.x.git wireguard.cgi: Remove the extra box around the peers Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/wireguard.cgi b/html/cgi-bin/wireguard.cgi index 923f32224..9936c69ca 100644 --- a/html/cgi-bin/wireguard.cgi +++ b/html/cgi-bin/wireguard.cgi @@ -135,7 +135,7 @@ END &Header::closebox(); # Show a list with all peers - &Header::openbox('100%', 'LEFT', $Lang::tr{'peers'}); + &Header::opensection(); # Fetch the dump my %dump = &dump($INTF); @@ -278,7 +278,7 @@ END END - &Header::closebox(); + &Header::closesection(); &Header::closepage(); # This function generates a set of keys for this host if none exist