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
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
?>
<tr class="state invalid">