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;