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