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

6 lines
183 B
PHTML
Raw Normal View History

2014-11-17 18:02:16 +01:00
<div class="pluginoutput">
2014-11-21 16:45:39 +01:00
<h4><?= $this->translate('Plugin Output') ?></h4>
<?= $this->pluginOutput($object->output) ?>
<?= $this->pluginOutput($object->long_output) ?>
2014-11-17 18:02:16 +01:00
</div>