* Disable the statistics on the project, jobset and job pages for now

because they take too much time to compute.
This commit is contained in:
Eelco Dolstra
2010-02-09 12:35:20 +00:00
parent 324cac9ae9
commit fabc8e4774
7 changed files with 19 additions and 14 deletions

View File

@ -16,7 +16,7 @@
[% IF !edit %]
<li><a href="#tabs-views">Views</a></li>
<li><a href="#tabs-channels">Channels</a></li>
<li><a href="#tabs-statistics">Statistics</a></li>
<!-- <li><a href="#tabs-statistics">Statistics</a></li> -->
[% END %]
</ul>
@ -177,12 +177,12 @@
</ul>
</div>
<div id="tabs-statistics">
[%#
<div id="tabs-statistics">
<h2>Statistics</h2>
[% INCLUDE showBuildStats %]
[% INCLUDE showBuildStats % ]
</div>
%]
[% END %]
</div>