summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGuilherme Salgado <guilherme.salgado@linaro.org>2011-06-22 14:58:42 -0300
committerGuilherme Salgado <guilherme.salgado@linaro.org>2011-06-22 14:58:42 -0300
commitb17b81ca910e9393d299f3c37df8e1b3fd4a554a (patch)
tree6a932d55c324634012b2e2be16a9259b7ea2db4e /templates
parentb17afc2a7088d9be62319f6bf9bacf93740b9a58 (diff)
New chart on the frontpage showing the time-to-patch-acceptance distribution
Diffstat (limited to 'templates')
-rw-r--r--templates/patchmetrics/frontpage.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/templates/patchmetrics/frontpage.html b/templates/patchmetrics/frontpage.html
index 6168edf..85a6f92 100644
--- a/templates/patchmetrics/frontpage.html
+++ b/templates/patchmetrics/frontpage.html
@@ -35,12 +35,17 @@ waiting for feedback, with
older than 30 days.</p>
<div class="yui3-g">
- <div class="yui3-u-1-2">
+ <div class="yui3-u-1-3">
<p><strong>Patches per month</strong></p>
{{patches_per_month_chart|safe}}
</div>
- <div class="yui3-u-1-2">
- <p><strong>Patch age distribution</strong> (in days)</p>
+ <div class="yui3-u-1-3">
+ <p><strong>Time-to-acceptance distribution</strong> (in days)</p>
+ {{time_to_acceptance_chart|safe}}
+ </div>
+ <div class="yui3-u-1-3">
+ <p><strong>Patch age distribution</strong>
+ (in days; only patches waiting for feedback)</p>
{{patch_age_distribution_chart|safe}}
</div>
</div>