mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-27 03:30:24 -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>
|