icingaweb2/modules/monitoring/application/views/scripts/show/components/output.phtml
2015-06-16 00:35:32 +02:00

5 lines
183 B
PHTML

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