mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-06-07 15:52:09 -04:00
parent
e975c1cae0
commit
34e9e21cb7
2 changed files with 0 additions and 14 deletions
|
|
@ -23,8 +23,6 @@ if (! $compact): ?>
|
|||
<?php
|
||||
if ($hosts->hasResult()) {
|
||||
foreach ($hosts->peekAhead($compact) as $host) {
|
||||
echo '<div class="graphs-host">';
|
||||
|
||||
if (! $compact) {
|
||||
echo '<h2>'
|
||||
. $this->qlink(
|
||||
|
|
@ -44,8 +42,6 @@ if ($hosts->hasResult()) {
|
|||
))
|
||||
->setCompact()
|
||||
->handleRequest();
|
||||
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
if (! $compact && $hosts->hasMore()) {
|
||||
|
|
|
|||
|
|
@ -58,16 +58,6 @@ ul.legend {
|
|||
}
|
||||
}
|
||||
|
||||
div.graphs-host {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin-right: 2em;
|
||||
|
||||
> p {
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
form[name=form_timerangepickercommon_graphite] select {
|
||||
width: 7.5em;
|
||||
margin-right: 0.25em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue