Add missing break statements in the comments list view

This commit is contained in:
Eric Lippmann 2015-04-10 12:52:37 +02:00
parent a8ce3abca7
commit a4d815051c

View File

@ -34,10 +34,12 @@
$icon = 'plug'; $icon = 'plug';
$title = $this->translate('Downtime'); $title = $this->translate('Downtime');
$tooltip = $this->translate('Comment was caused by a downtime.'); $tooltip = $this->translate('Comment was caused by a downtime.');
break;
case 'ack': case 'ack':
$icon = 'ok'; $icon = 'ok';
$title = $this->translate('Acknowledgement'); $title = $this->translate('Acknowledgement');
$tooltip = $this->translate('Comment was caused by an acknowledgement.'); $tooltip = $this->translate('Comment was caused by an acknowledgement.');
break;
} }
?> ?>
<tr class="state invalid"> <tr class="state invalid">