Adding title to query result
git-svn-id: svn://10.0.0.236/trunk@109999 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
94afde533d
commit
7e92f8898a
@ -79,8 +79,9 @@ sub show_graph {
|
||||
# HTTP header
|
||||
print "Content-type: text/html\n\n<HTML>\n";
|
||||
|
||||
my $neg_autoscale = !$AUTOSCALE;
|
||||
print "<title>$TBOX $TESTNAME</title><br>\n";
|
||||
|
||||
my $neg_autoscale = !$AUTOSCALE;
|
||||
print "<a href=\"query.cgi?tbox=$TBOX&testname=$TESTNAME&autoscale=$neg_autoscale&days=$DAYS\">autoscale</a><br>\n";
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user