mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-03-09 01:10:37 -04:00
5 lines
183 B
PHTML
5 lines
183 B
PHTML
<div class="pluginoutput">
|
|
<h2><?= $this->translate('Plugin Output') ?></h2>
|
|
<?= $this->pluginOutput($object->output) ?>
|
|
<?= $this->pluginOutput($object->long_output) ?>
|
|
</div>
|