]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
extrahd.cgi: Make table use the full width
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Aug 2024 14:36:24 +0000 (16:36 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Aug 2024 14:36:24 +0000 (16:36 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/extrahd.cgi

index afe79479bd1ed0f0e277dabe4f7501642a746396..363d3d9ffac5fa25841c62216b6e68613e9e0cc0 100644 (file)
@@ -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) {