aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-08-19 11:58:25 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-08-19 11:58:25 +0100
commitcdd1b094b27960595a8750247c5b2f2576cd5872 (patch)
tree9c4661b8008593b8df9541a984302f46c2c11820 /views
parent5fac7af657afccb5ef2dc887b4312e0a9b8f4969 (diff)
rejigged JS reloading of alerts table.
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 3018d6c..8968249 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}');", 120000)
+ setTimeout("updateAlertsTable('#{@alert_type}','#{@group_by}');", 30000)