CSS: Use plugin-output instead of pluginoutput in the list/hosts view script
refs #5543
This commit is contained in:
parent
e948e63aa5
commit
93c05c4297
|
@ -83,7 +83,7 @@ if (! $this->compact): ?>
|
||||||
)
|
)
|
||||||
) ?>)</span>
|
) ?>)</span>
|
||||||
<?php endif ?>
|
<?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>
|
</td>
|
||||||
<?php foreach($this->addColumns as $col): ?>
|
<?php foreach($this->addColumns as $col): ?>
|
||||||
<td><?= $this->escape($host->$col) ?></td>
|
<td><?= $this->escape($host->$col) ?></td>
|
||||||
|
|
Loading…
Reference in New Issue