From e92e81943165dce60cdd9b2cf8ebdc1c55acc7fb Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Fri, 30 Nov 2012 14:52:24 +0000 Subject: Updated acknowledge form to allow more things to be done. --HG-- rename : views/_acknowledge_input.haml => views/_alert_actions.haml --- views/alerts.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/alerts.haml') 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) -- cgit v1.2.1