From c9752f3e6605bd7c4bd58f81195f84a10ce21e7d Mon Sep 17 00:00:00 2001 From: Allison Randal Date: Sat, 1 Mar 2014 16:56:13 -0800 Subject: [PATCH] Adds time-view filter to uncategorized page At jog0's request, this bit of javascript for the list of Uncategorized failed jobs adds a feature to limit the time period of failures displayed (without reloading the page) to 24 hours, 2 days, or 1 week, in addition to the usual 2 week limit. Change-Id: I0b6e9b0ea8d0a8eb1ba6d2e1c47beb0803e3ec33 --- web/share/templates/uncategorized.html | 44 ++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/web/share/templates/uncategorized.html b/web/share/templates/uncategorized.html index f02e6a55..a4b57bf8 100644 --- a/web/share/templates/uncategorized.html +++ b/web/share/templates/uncategorized.html @@ -11,6 +11,42 @@ padding-top: 1em; } +