diff options
author | Stef Walter <stef@memberwebs.com> | 2006-01-21 19:30:43 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-01-21 19:30:43 +0000 |
commit | ec327cbb34922c125c3dac2c4757af380200f44a (patch) | |
tree | 87598efdde7cd7c0e3b584b9f8af9782f43fc5a0 /html/frame.html | |
parent | 00e5df0f96a713060e5839f80b9b4fa6f562b0c3 (diff) |
Enhancements to the time span selector.
Diffstat (limited to 'html/frame.html')
-rw-r--r-- | html/frame.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/frame.html b/html/frame.html index a5e9735..3c9aae8 100644 --- a/html/frame.html +++ b/html/frame.html @@ -21,12 +21,13 @@ <!-- Date selection drop down --> <div id="goto"> - <select id="goto-select" size="6"> + <select id="goto-select" size="8"> <option value="1800:0">Last 30 Minutes</option> <option value="3600:0">Last Hour</option> <option value="10800:0">Last 3 Hours</option> <option value="21600:0">Last 6 Hours</option> <option value="86400:0">Last Day</option> + <option value="172800:86400">Yesterday</option> <option value="259200:0">Last 3 Days</option> <option value="604800:0">Last Week</option> <option value="1209600:0">Last 2 Weeks</option> |