CSS: Use plugin-output instead of pluginoutput in the list/hosts view script

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 12:00:10 +02:00
parent e948e63aa5
commit 93c05c4297
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ if (! $this->compact): ?>
)
) ?>)</span>
<?php endif ?>
<p class="pluginoutput"><?= $this->pluginOutput($this->ellipsis($host->host_output, 10000), true) ?></p>
<p class="plugin-output"><?= $this->pluginOutput($this->ellipsis($host->host_output, 10000), true) ?></p>
</td>
<?php foreach($this->addColumns as $col): ?>
<td><?= $this->escape($host->$col) ?></td>