aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-03-23 14:58:14 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-03-23 14:58:14 +0000
commit182ff04fd08a4447772ecbb7b5b6f7bf8b0a5037 (patch)
treecc9919b03abbf927834e8e75945f9aaf5f344d0c /views
parent060f6f74185a182400840015ca9e445074b2d56f (diff)
Change refresh time from 30s to 2mins
Diffstat (limited to 'views')
-rw-r--r--views/alerts.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/alerts.haml b/views/alerts.haml
index 8968249..896b5a3 100644
--- a/views/alerts.haml
+++ b/views/alerts.haml
@@ -8,5 +8,5 @@
%p No alerts to display.
:javascript
// Do the magic updates..
- setTimeout("updateAlertsTable('#{@alert_type}','#{@group_by}');", 30000)
+ setTimeout("updateAlertsTable('#{@alert_type}','#{@group_by}');", 120000)