Services/Hosts: Remove status-bar-ghost
This commit is contained in:
parent
8c7b5fcd57
commit
098898eca6
|
@ -113,7 +113,6 @@ if (! $this->compact): ?>
|
|||
<?php endif ?>
|
||||
</div>
|
||||
<?php if (! $this->compact): ?>
|
||||
<div class="monitoring-statusbar-ghost dont-print"></div>
|
||||
<div class="monitoring-statusbar dont-print">
|
||||
<?= $this->render('list/components/hostssummary.phtml') ?>
|
||||
<?= $this->render('list/components/selectioninfo.phtml') ?>
|
||||
|
|
|
@ -141,7 +141,6 @@ if (! $this->compact): ?>
|
|||
<?php endif ?>
|
||||
</div>
|
||||
<?php if (! $this->compact): ?>
|
||||
<div class="monitoring-statusbar-ghost dont-print"></div>
|
||||
<div class="monitoring-statusbar dont-print">
|
||||
<?= $this->render('list/components/servicesummary.phtml') ?>
|
||||
<?= $this->render('list/components/selectioninfo.phtml') ?>
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
/*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
|
||||
|
||||
// Styles for the bottom status bar in the host and service list views
|
||||
.monitoring-statusbar-ghost {
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.monitoring-statusbar {
|
||||
background-color: @body-bg-color;
|
||||
border-top: 1px solid @gray-lighter;
|
||||
|
|
Loading…
Reference in New Issue