diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-03-22 17:56:46 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-03-22 17:56:46 +0000 |
commit | 3a9b18c243e0f538b32bbf6ee3be535c8a346fc7 (patch) | |
tree | de13b43fd3e8ad06a20bb03548eb8bf953e1e50d /views | |
parent | e40c7a7842f7a83862fb365b3e9dd322bbf5fa8c (diff) |
Minor view tweak + proper version bump
Diffstat (limited to 'views')
-rw-r--r-- | views/alert.haml | 4 |
1 files changed, 2 insertions, 2 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 |