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

6 lines
150 B
PHTML

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