aboutsummaryrefslogtreecommitdiff
path: root/views/alerts.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/alerts.haml')
-rw-r--r--views/alerts.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/alerts.haml b/views/alerts.haml
index 88cb82c..9d3b7fc 100644
--- a/views/alerts.haml
+++ b/views/alerts.haml
@@ -1,7 +1,7 @@
-%form#alerts{:method => :post, :action => '/alerts/acknowledge'}
+%form#alerts{:method => :post, :action => '/alerts'}
= partial('alerts_table')
%h2 Actions
- %p= partial('acknowledge_input')
+ %p= partial('alert_actions')
:javascript
// Do the magic updates..
setTimeout("updateAlertsTable('#{@alert_type}','#{@group_by}');", 120000)