зеркало из https://github.com/mozilla/pjs.git
pass in units, we might want to hide this by default
This commit is contained in:
Родитель
6dd2aba5b1
Коммит
e946975541
|
@ -82,11 +82,11 @@ sub show_graph {
|
|||
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";
|
||||
print "<a href=\"query.cgi?tbox=$TBOX&testname=$TESTNAME&autoscale=$neg_autoscale&days=$DAYS&units=$UNITS\">autoscale</a><br>\n";
|
||||
|
||||
|
||||
# graph
|
||||
print "<img src=\"graph.cgi?tbox=$TBOX&testname=$TESTNAME&autoscale=$AUTOSCALE&days=$DAYS\">";
|
||||
print "<img src=\"graph.cgi?tbox=$TBOX&testname=$TESTNAME&autoscale=$AUTOSCALE&days=$DAYS&units=$UNITS\">";
|
||||
}
|
||||
|
||||
if(!$TESTNAME) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче