Skip to content

Commit

Permalink
monitoring: Rename CSS class pluginoutput to plugin-output in the ser…
Browse files Browse the repository at this point in the history
…vices view script

refs #5543
  • Loading branch information
lippserd committed Sep 23, 2015
1 parent 4c12a69 commit 8797331
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -80,7 +80,7 @@ if (! $this->compact): ?>
)
) ?><br />
<div class="sparkline-box"><?= $this->perfdata($service->service_perfdata, true, 5) ?> </div>
<p class="pluginoutput"><?= $this->pluginOutput($this->ellipsis($service->service_output, 10000), true) ?></p>
<p class="plugin-output"><?= $this->pluginOutput($this->ellipsis($service->service_output, 10000), true) ?></p>
</td>
<?php foreach($this->addColumns as $col): ?>
<td><?= $this->escape($service->$col) ?></td>
Expand Down

0 comments on commit 8797331

Please sign in to comment.