mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-09 08:42:14 -04:00
ServiceStatusBar: Remove : from total values
This commit is contained in:
parent
2bde31bb81
commit
5e3e4b1d47
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class ServiceStatusBar extends BaseStatusBar
|
|||
{
|
||||
protected function assembleTotal(BaseHtmlElement $total)
|
||||
{
|
||||
$total->add(sprintf('%d Services:', $this->summary->services_total));
|
||||
$total->add(sprintf('%d Services', $this->summary->services_total));
|
||||
}
|
||||
|
||||
protected function createStateBadges()
|
||||
|
|
|
|||
Loading…
Reference in a new issue