mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
CustomvarTable: do not break
This commit is contained in:
parent
95bbeb28d2
commit
b89c337d3b
@ -26,11 +26,11 @@ class CustomvarTable extends ZfQueryBasedTable
|
||||
);
|
||||
|
||||
foreach ($this->getObjectTypes() as $type) {
|
||||
$tr->add($this::td(sprintf(
|
||||
$tr->add($this::td($this::nobr(sprintf(
|
||||
$this->translate('%d (variants: %d)'),
|
||||
$row->{"cnt_$type"},
|
||||
$row->{"distinct_$type"}
|
||||
)));
|
||||
))));
|
||||
}
|
||||
|
||||
return $tr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user