From 34e9e21cb73bbafcafd80e62ec5c0ed6b5e44202 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 19 Oct 2017 16:11:10 +0200 Subject: [PATCH] Show the two graphs per host as expected refs #60 --- application/views/scripts/list/hosts.phtml | 4 ---- public/css/module.less | 10 ---------- 2 files changed, 14 deletions(-) diff --git a/application/views/scripts/list/hosts.phtml b/application/views/scripts/list/hosts.phtml index 93c2972..785459f 100644 --- a/application/views/scripts/list/hosts.phtml +++ b/application/views/scripts/list/hosts.phtml @@ -23,8 +23,6 @@ if (! $compact): ?> hasResult()) { foreach ($hosts->peekAhead($compact) as $host) { - echo '
'; - if (! $compact) { echo '

' . $this->qlink( @@ -44,8 +42,6 @@ if ($hosts->hasResult()) { )) ->setCompact() ->handleRequest(); - - echo '

'; } if (! $compact && $hosts->hasMore()) { diff --git a/public/css/module.less b/public/css/module.less index 8699853..3a46286 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -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;