From 17120a9adf733185b5fc08cccf6644a09c995330 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Thu, 29 Nov 2012 18:41:51 +0000 Subject: Added suppression information to views --- views/_alerts_table_alert_detail.haml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views/_alerts_table_alert_detail.haml') diff --git a/views/_alerts_table_alert_detail.haml b/views/_alerts_table_alert_detail.haml index 3bb25c3..4768e94 100644 --- a/views/_alerts_table_alert_detail.haml +++ b/views/_alerts_table_alert_detail.haml @@ -7,6 +7,8 @@ %address - if alert.raised? or alert.acknowledged? Raised at #{(alert.raised_at || Time.now).to_s_human} • + - if alert.suppressed? + Notifications suppressed until #{alert.suppress_until.to_s_human} • - if alert.acknowledged? Ack'd at #{alert.acknowledged_at.to_s_human} by #{alert.acknowledged_by} • Source: #{alert.source} • -- cgit v1.2.1