diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-08-19 10:48:59 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-08-19 10:48:59 +0100 |
commit | 334aa01056f199123e81f5bff44dbdb998562fdf (patch) | |
tree | 5d0ba385e65585a47d0af84788458a7d68ee74d0 /views/alerts.haml | |
parent | c1cf28d9dcc63622b5df1caeab3a2baf66811443 (diff) |
Added last updated at to alerts page. Fixes #1831.
* Also upped timeouts from 5s to 30s for ajax list refreshes.
Diffstat (limited to 'views/alerts.haml')
-rw-r--r-- | views/alerts.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/alerts.haml b/views/alerts.haml index 54bfff7..3018d6c 100644 --- a/views/alerts.haml +++ b/views/alerts.haml @@ -8,5 +8,5 @@ %p No alerts to display. :javascript // Do the magic updates.. - setInterval("updateAlertsTable('#{@alert_type}','#{@group_by}');", 30000) + setInterval("updateAlertsTable('#{@alert_type}','#{@group_by}');", 120000) |