Skip to content

Commit

Permalink
CSS: Use plugin-output instead of pluginoutput in the list/hosts view…
Browse files Browse the repository at this point in the history
… script

refs #5543
  • Loading branch information
lippserd committed Sep 24, 2015
1 parent e948e63 commit 93c05c4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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>
Expand Down

0 comments on commit 93c05c4

Please sign in to comment.