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

6 lines
183 B
PHTML

<div class="pluginoutput">
<h4><?= $this->translate('Plugin Output') ?></h4>
<?= $this->pluginOutput($object->output) ?>
<?= $this->pluginOutput($object->long_output) ?>
</div>