X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=web%2Fportkart.pl;h=28e043f3243f87987a6609c352d4b3eff49c530a;hb=695c9e23ff4269be48270335b2fcaf4e8a9dab9a;hp=10436fd72746e61c774405c711b1559dc9ba4924;hpb=7659e82b3be35279be5c85ac83af19982ebabaa9;p=nms diff --git a/web/portkart.pl b/web/portkart.pl index 10436fd..28e043f 100755 --- a/web/portkart.pl +++ b/web/portkart.pl @@ -24,7 +24,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-2006 Tech:Server"); +$img->stringFT($blk, "/usr/share/fonts/truetype/msttcorefonts/Arial.ttf", 10, 0, 1000, 620, "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_datar ate() where switchtype in (\'es3024\')');