summaryrefslogtreecommitdiff
path: root/web-app
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-07-02 10:24:38 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-07-02 10:24:38 -0400
commit983a31f99ecabca8723ddec1f0435ad5e294185f (patch)
tree89b512f51a6bd1936559af7d4676f6b87bd855a6 /web-app
parentf2597212077db9f626a1cc43c667500aa3ecfbb3 (diff)
web app: enable display text for page sizes
Diffstat (limited to 'web-app')
-rw-r--r--web-app/static/diff.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-app/static/diff.html b/web-app/static/diff.html
index 797f3d9..da32d74 100644
--- a/web-app/static/diff.html
+++ b/web-app/static/diff.html
@@ -51,7 +51,7 @@ $(function() {
});
$('#changes_table').DataTable( {
- "lengthMenu" : [ -1, 25, 50, 100 ],
+ "lengthMenu" : [ [-1, 25, 50, 100], ["All", 25, 50, 100] ],
"ajax" : { dataSrc: "", url: get_url() },
"columns": [
{ "title" : "Reference Status", "data" : "ref_status" },