parent
344dafe253
commit
ed63d169ef
|
@ -197,7 +197,11 @@ class StateBadges extends AbstractWidget
|
||||||
'attributes' => array('class' => 'badge ' . $state),
|
'attributes' => array('class' => 'badge ' . $state),
|
||||||
'label' => $badge->count,
|
'label' => $badge->count,
|
||||||
'priority' => $this->priority++,
|
'priority' => $this->priority++,
|
||||||
'url' => $this->url
|
'title' => vsprintf(
|
||||||
|
mtp('monitoring', $badge->translateSingular, $badge->translatePlural, $badge->count),
|
||||||
|
$badge->translateArgs
|
||||||
|
),
|
||||||
|
'url' => clone $this->url->setParams($badge->filter)
|
||||||
)));
|
)));
|
||||||
}
|
}
|
||||||
return $this;
|
return $this;
|
||||||
|
|
Loading…
Reference in New Issue