aboutsummaryrefslogtreecommitdiff
path: root/views/alert.haml
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-07-13 16:02:50 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-07-13 16:02:50 +0100
commite140af144e987ff7f6d767f2dc48b9cf685803fd (patch)
tree4a01971890865b4b3ca837d563bc673cbb787de8 /views/alert.haml
parentd28af4ec946c6aa4b645b73cef47d7e0c680bc0d (diff)
Big commit
* Added manpages for all binaries * Added log-reopening for mauvealert-server, and logrotate snippet * mauveserver now adds a user on install, and runs as that user * Big logging tidy-up * Alert subjects are only overwritten by the source, when the subject in the databse is empty * Removed various attr_writer methods that were being redifined * Added a notes box to the acknowledge form, but this doesn't work yet
Diffstat (limited to 'views/alert.haml')
-rw-r--r--views/alert.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/alert.haml b/views/alert.haml
index 7e7503f..d4e274f 100644
--- a/views/alert.haml
+++ b/views/alert.haml
@@ -47,7 +47,7 @@
%th Notifications sent out
%td
%ul
- - @alert.changes.each do |change|
+ - @alert.changes.first(10).each do |change|
- if change.was_relevant?
%li
%strong= change.level
@@ -59,8 +59,8 @@
%tr
%th History
%td
- %ul
- - @alert.histories.each do |history|
+ %ul#histories
+ - @alert.histories.first(10).each do |history|
%li
= history.event
at