blob: 9d3b7fcc7ab46db3b9bd6eb41ad98fa220d43cfd (
plain)
1
2
3
4
5
6
7
8
|
%form#alerts{:method => :post, :action => '/alerts'}
= partial('alerts_table')
%h2 Actions
%p= partial('alert_actions')
:javascript
// Do the magic updates..
setTimeout("updateAlertsTable('#{@alert_type}','#{@group_by}');", 120000)
|