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…
Reference in New Issue