icingaweb2/modules/monitoring/application/views/scripts/show/components/customvars.phtml

7 lines
201 B
PHTML
Raw Normal View History

<?php foreach ($object->customvars as $name => $value): ?>
<tr>
<th><?= $this->escape($name) ?></th>
<td class="custom-variables"><?= $this->customvar($value) ?></td>
</tr>
<?php endforeach ?>