summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-09-11 10:06:11 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-09-11 10:06:11 -0400
commita6866546f6681edc65fa3bf7373546e9699b1dc7 (patch)
treeeea5775343fc9d6414272baec69564f09e3390a8
parent42b64ab964d095dbb96c926358359390b82e3a2a (diff)
webapp: increase # of results displayed
-rw-r--r--web-app/static/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-app/static/index.html b/web-app/static/index.html
index a6c57ec..b40d0f6 100644
--- a/web-app/static/index.html
+++ b/web-app/static/index.html
@@ -79,7 +79,7 @@ $(function() {
$("<br>").appendTo($("#chartContainer"));
// generate a chart for the combination
- create_chart(div_name, branch, device, distro, version, 60, show_job_failures, handle_chart_click);
+ create_chart(div_name, branch, device, distro, version, 120, show_job_failures, handle_chart_click);
});
});
});