Show the two graphs per host as expected

refs #60
This commit is contained in:
Alexander A. Klimov 2017-10-19 16:11:10 +02:00 committed by Johannes Meyer
parent e975c1cae0
commit 34e9e21cb7
2 changed files with 0 additions and 14 deletions

View file

@ -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()) {

View file

@ -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;