diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/alert.haml | 4 | ||||
-rw-r--r-- | views/alerts.haml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/views/alert.haml b/views/alert.haml index b16047a..ff13a62 100644 --- a/views/alert.haml +++ b/views/alert.haml @@ -18,8 +18,8 @@ %th{:title => "ID set by the source of the alert."} Alert ID %td= @alert.alert_id %tr - %th{:title => "The group in the Mauve server configuration that match this alert"} Alert groups - %td= @alert.alert_group + %th{:title => "The group in the Mauve server configuration that matches this alert"} Alert group + %td= @alert.alert_group.name %tr %th{:title => "The level of the first group in the Mauve server configuration that matched this alert"} Alert level %td= @alert.level.to_s.upcase diff --git a/views/alerts.haml b/views/alerts.haml index 8968249..896b5a3 100644 --- a/views/alerts.haml +++ b/views/alerts.haml @@ -8,5 +8,5 @@ %p No alerts to display. :javascript // Do the magic updates.. - setTimeout("updateAlertsTable('#{@alert_type}','#{@group_by}');", 30000) + setTimeout("updateAlertsTable('#{@alert_type}','#{@group_by}');", 120000) |