mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 17:02:58 +02:00
extrahd.cgi: Make table use the full width
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -216,7 +216,7 @@ if ($errormessage) {
|
||||
close(FILE);
|
||||
|
||||
print <<END
|
||||
<table border='0' width='600' cellspacing="0">
|
||||
<table border='0' width='100%' cellspacing="0">
|
||||
END
|
||||
;
|
||||
foreach my $device (sort @devices) {
|
||||
|
||||
Reference in New Issue
Block a user