aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--lib/mauve/version.rb2
-rw-r--r--views/alert.haml4
3 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 0bc0909..ab39314 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mauvealert (3.7.6) stable; urgency=low
+
+ * Tweaked alert display to show the alert_group properly.
+ * Bumped Mauve::Version correctly.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Thu, 22 Mar 2012 17:55:51 +0000
+
mauvealert (3.7.5) stable; urgency=low
* Added tests for web interface.
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index 43befb4..5f54605 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.7.3"
+ VERSION="3.7.6"
end
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