mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-22 17:37:45 +02:00
parent
040425d9e2
commit
6a5efd560d
@ -86,10 +86,14 @@ if (! $this->compact): ?>
|
|||||||
) ?>
|
) ?>
|
||||||
<span class="state-icons"><?= implode(' ', $this->serviceFlags($service)) ?></span>
|
<span class="state-icons"><?= implode(' ', $this->serviceFlags($service)) ?></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="sparkline-box"><?= $this->perfdata($service->service_perfdata, true, 5) ?></div>
|
<div class="overview-plugin-output-container">
|
||||||
<p class="overview-plugin-output">
|
<div class="overview-performance-data">
|
||||||
<?= $this->pluginOutput($this->ellipsis($service->service_output, 10000), true) ?>
|
<?= $this->perfdata($service->service_perfdata, true, 5) ?>
|
||||||
</p>
|
</div>
|
||||||
|
<p class="overview-plugin-output">
|
||||||
|
<?= $this->pluginOutput($this->ellipsis($service->service_output, 10000), true) ?>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<?php foreach($this->addColumns as $col): ?>
|
<?php foreach($this->addColumns as $col): ?>
|
||||||
<td><?= $this->escape($service->$col) ?></td>
|
<td><?= $this->escape($service->$col) ?></td>
|
||||||
|
@ -37,6 +37,18 @@
|
|||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Container for plugin output and performance data in overviews
|
||||||
|
.overview-plugin-output-container {
|
||||||
|
.clearfix();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Performance data pies in overviews
|
||||||
|
.overview-performance-data {
|
||||||
|
float: right;
|
||||||
|
font-size: @font-size-small;
|
||||||
|
}
|
||||||
|
|
||||||
// Plugin output in overviews
|
// Plugin output in overviews
|
||||||
.overview-plugin-output {
|
.overview-plugin-output {
|
||||||
color: @text-color-light;
|
color: @text-color-light;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user