summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/application/views/scripts/show/components/output.phtml
blob: 34d82689bcadcfe4baba74a0873559fdc0f41d13 (plain)
1
2
3
4
5
<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, false, $object->check_command) ?>
    <?= $this->pluginOutput($object->long_output, false, $object->check_command) ?>
</div>