diff --git a/web/share/elastic-recheck.js b/web/share/elastic-recheck.js index 52bf4c6b..053923ee 100644 --- a/web/share/elastic-recheck.js +++ b/web/share/elastic-recheck.js @@ -43,7 +43,7 @@ function update() { div.appendTo($('#main-container')); $('
', {text: 'Bug ' + bug['number'] + " - " + bug['bug_data']['name']}).appendTo(div); $('', { - text: bug['fails24'] + ' fails in 24hrs / ' + bug['fails'] + ' fails in 14 days' + text: bug['fails24'] + ' fails in 24hrs / ' + bug['fails'] + ' fails in 10 days' }).appendTo(div); $('', { text: 'Projects: ' + bug['bug_data']['affects'] diff --git a/web/share/templates/uncategorized.html b/web/share/templates/uncategorized.html index a4b57bf8..82f1478a 100644 --- a/web/share/templates/uncategorized.html +++ b/web/share/templates/uncategorized.html @@ -39,11 +39,11 @@ $("#2days").click(function(e) { filter_log_age(e, 2); }); - $("#1week").click(function(e) { + $("#7days").click(function(e) { filter_log_age(e, 7); }); - $("#2weeks").click(function(e) { - filter_log_age(e, 14); + $("#10days").click(function(e) { + filter_log_age(e, 10); }); }); @@ -72,8 +72,8 @@ Overall Categorization Rate: {{ rate['overall'] }}% Generated at: {{ generated_at }} (View: 24 hours, 2 days, - 1 week, - 2 weeks) + 7 days, + 10 days) {% for job in jobs %}