mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
parent
a8326350d1
commit
da20926a97
@ -1,8 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
foreach ($object->customvars as $name => $value) {
|
foreach ($object->customvars as $name => $value) {
|
||||||
|
|
||||||
printf(
|
printf(
|
||||||
"<tr><th>%s</th><td>%s</td></tr>\n",
|
'<tr><th>%s</th><td class="customvar">%s</td></tr>' . "\n",
|
||||||
$this->escape($name),
|
$this->escape($name),
|
||||||
$this->escape($value)
|
$this->customvar($value)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user