From a4d815051cceeb6880db5ca92ea5aae9be1b9a38 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 10 Apr 2015 12:52:37 +0200 Subject: [PATCH] Add missing break statements in the comments list view --- .../monitoring/application/views/scripts/list/comments.phtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/monitoring/application/views/scripts/list/comments.phtml b/modules/monitoring/application/views/scripts/list/comments.phtml index cdbe28244..e3d30c5d0 100644 --- a/modules/monitoring/application/views/scripts/list/comments.phtml +++ b/modules/monitoring/application/views/scripts/list/comments.phtml @@ -34,10 +34,12 @@ $icon = 'plug'; $title = $this->translate('Downtime'); $tooltip = $this->translate('Comment was caused by a downtime.'); + break; case 'ack': $icon = 'ok'; $title = $this->translate('Acknowledgement'); $tooltip = $this->translate('Comment was caused by an acknowledgement.'); + break; } ?>