mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3336
This commit is contained in:
parent
d46486bbbe
commit
82ac59c969
|
@ -42,7 +42,8 @@ while ($app = mysql_fetch_object($result)) {
|
|||
<ul>
|
||||
<li><a href=result_summary.php?appid=$app->id&nsecs=86400>last 24 hours</a>
|
||||
<li><a href=failure_result_summary_by_platform.php?appid=$app->id&nsecs=86400>last 24 hours - failure by platform</a>
|
||||
<li><a href=result_summary.php?appid=$app->id&nsecs=$w>last week</a>
|
||||
<li><a href=result_summary.php?appid=$app->id&nsecs=604800>last week</a>
|
||||
<li><a href=failure_result_summary_by_platform.php?appid=$app->id&nsecs=604800>last week - failure by platform</a>
|
||||
</ul>
|
||||
";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue