mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
parent
8333c2f754
commit
9f76efc892
@ -134,7 +134,7 @@ abstract class QuickTable implements Paginatable, ValidHtml
|
|||||||
if ($value === null) {
|
if ($value === null) {
|
||||||
if ($val === null) {
|
if ($val === null) {
|
||||||
$value = '-';
|
$value = '-';
|
||||||
} elseif (is_array($val) || $val instanceof stdClass) {
|
} elseif (is_array($val) || $val instanceof stdClass || is_bool($val)) {
|
||||||
$value = '<pre>'
|
$value = '<pre>'
|
||||||
. $this->view()->escape(PlainObjectRenderer::render($val))
|
. $this->view()->escape(PlainObjectRenderer::render($val))
|
||||||
. '</pre>';
|
. '</pre>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user