aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/portkart.pl
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2015-04-01 03:50:30 +0200
committerroot <root@einstein.tg15.gathering.org>2015-04-01 03:50:30 +0200
commitd284e121df845de3118b720e374bf3bcfd1c9317 (patch)
tree773ae49e9b9dc1d4ea7ae44eb92a412bc5af4da1 /web/nms.gathering.org/portkart.pl
parent41b1eca7a62d450bc0d2357027a6be6acd51a7a6 (diff)
NMS-changes
Diffstat (limited to 'web/nms.gathering.org/portkart.pl')
-rwxr-xr-xweb/nms.gathering.org/portkart.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nms.gathering.org/portkart.pl b/web/nms.gathering.org/portkart.pl
index 74c19b5..0f1f83e 100755
--- a/web/nms.gathering.org/portkart.pl
+++ b/web/nms.gathering.org/portkart.pl
@@ -26,7 +26,7 @@ $img->stringFT($blk, "/usr/share/fonts/truetype/msttcorefonts/Arial.ttf", 10, 0,
$img->stringFT($blk, "/usr/share/fonts/truetype/msttcorefonts/Arial.ttf", 10, 0, 40, 47 + (236-42)*1.0/3.0, "100 Mbit/sec");
$img->stringFT($blk, "/usr/share/fonts/truetype/msttcorefonts/Arial.ttf", 10, 0, 40, 47 + (236-42)*2.0/3.0, "10 Mbit/sec");
$img->stringFT($blk, "/usr/share/fonts/truetype/msttcorefonts/Arial.ttf", 10, 0, 40, 47 + (236-42)*3.0/3.0, "1 Mbit/sec");
-$img->stringFT($blk, "/usr/share/fonts/truetype/msttcorefonts/Arial.ttf", 10, 0, 1000, 620, "NMS (C) 2005-2007 Tech:Server");
+$img->stringFT($blk, "/usr/share/fonts/truetype/msttcorefonts/Arial.ttf", 10, 0, 1600, 1000, "NMS (C) 2005-2007 Tech:Server");
my $q = $dbh->prepare('select switch,port,bytes_in,bytes_out,placement,switchtype from switches natural join placements natural join get_datarate() where switchtype like \'%3100%\'');
$q->execute();