diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-30 14:52:24 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-30 14:52:24 +0000 |
commit | e92e81943165dce60cdd9b2cf8ebdc1c55acc7fb (patch) | |
tree | 39df1adae252c9195fa3a1ea39dd4fe7ce71e861 /views/alerts.haml | |
parent | 044d34c09f446cfca04e8ff1c53a3c5435cf77d8 (diff) |
Updated acknowledge form to allow more things to be done.
--HG--
rename : views/_acknowledge_input.haml => views/_alert_actions.haml
Diffstat (limited to 'views/alerts.haml')
-rw-r--r-- | views/alerts.haml | 4 |
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) |