mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
parent
b0dfdcffc7
commit
3f305fe540
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ abstract class StateBadges extends BaseHtmlElement
|
|||
$stateBadge = new StateBadge($this->item->$key, $state);
|
||||
|
||||
if ($this->url !== null) {
|
||||
$this->createLink(
|
||||
$stateBadge = $this->createLink(
|
||||
$stateBadge,
|
||||
Filter::equal($this->type . '.state.soft_state', $this->getStateInt($state))
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue