mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-26 19:20:23 -05:00
5 lines
183 B
PHTML
5 lines
183 B
PHTML
<div class="pluginoutput">
|
|
<h4><?= $this->translate('Plugin Output') ?></h4>
|
|
<?= $this->pluginOutput($object->output) ?>
|
|
<?= $this->pluginOutput($object->long_output) ?>
|
|
</div>
|