mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-03 20:40:06 -05:00
4 lines
304 B
PHTML
4 lines
304 B
PHTML
<h2><?= $this->translate('Plugin Output') ?></h2>
|
|
<div id="check-output-<?= $this->escape(str_replace(' ', '-', $object->check_command)) ?>" class="collapsible" data-visible-height="100">
|
|
<?= $this->pluginOutput($object->output . "\n" . $object->long_output, false, $object->check_command) ?>
|
|
</div>
|