mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
monitoring: Translate "Plugin Output"
This commit is contained in:
parent
c626762b5d
commit
2843490250
@ -1,5 +1,5 @@
|
||||
<div class="pluginoutput">
|
||||
<h4>Plugin Output</h4>
|
||||
<?= $this->pluginOutput($object->output) ?>
|
||||
<?= $this->pluginOutput($object->long_output) ?>
|
||||
<h4><?= $this->translate('Plugin Output') ?></h4>
|
||||
<?= $this->pluginOutput($object->output) ?>
|
||||
<?= $this->pluginOutput($object->long_output) ?>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user