some more cosmetics..

remotes/svn/3.6
Roman Dieser 14 years ago
parent 4d00d6427c
commit 4ab9999af1

@ -101,9 +101,10 @@ sub index : Private {
my $name = $rrd; # name is used as html id attribute,
# hence should not contain dots and colons
$name =~ s/[\.:]/-/g; # in order to function properly with jQuery
my $title = $rrd;
$title =~ s/\.rrd$//;
my $title = $rrd;
$title =~ s/\.rrd$//;
push @plotdata, {
name => $name,
title => $title,

Loading…
Cancel
Save