add(sprintf(tp('%d Host', '%d Hosts', $this->summary->hosts_total), $this->summary->hosts_total)); } protected function createStateBadges(): BaseHtmlElement { return (new HostStateBadges($this->summary))->setBaseFilter($this->getBaseFilter()); } }