Add CSS class for state badge groups

This commit is contained in:
Eric Lippmann 2016-04-12 14:24:37 +02:00
parent be7263ebfa
commit 275d9bd411
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ class StateBadges extends AbstractWidget
$groupItem = new NavigationItem(
uniqid(),
array(
'cssClass' => 'state-badge-group',
'label' => '',
'priority' => $this->priority++
)