mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
services.cgi: Use a section for the main services
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -85,7 +85,7 @@ if ( $querry[0] =~ "processescpu"){
|
||||
&Header::openpage($Lang::tr{'status information'}, 1, '');
|
||||
&Header::openbigbox('100%', 'left');
|
||||
|
||||
&Header::openbox('100%', 'left', $Lang::tr{'services'});
|
||||
&Header::opensection();
|
||||
|
||||
&Header::ServiceStatus({
|
||||
# DHCP Server
|
||||
@@ -150,7 +150,7 @@ if ( $querry[0] =~ "processescpu"){
|
||||
}
|
||||
});
|
||||
|
||||
&Header::closebox();
|
||||
&Header::closesection();
|
||||
|
||||
&Header::openbox('100%', 'left', "$Lang::tr{addon} - $Lang::tr{services}");
|
||||
my $paramstr=$ENV{QUERY_STRING};
|
||||
|
||||
Reference in New Issue
Block a user