mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
Services/Hosts: Remove status-bar-ghost
This commit is contained in:
parent
8c7b5fcd57
commit
098898eca6
@ -113,7 +113,6 @@ if (! $this->compact): ?>
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</div>
|
</div>
|
||||||
<?php if (! $this->compact): ?>
|
<?php if (! $this->compact): ?>
|
||||||
<div class="monitoring-statusbar-ghost dont-print"></div>
|
|
||||||
<div class="monitoring-statusbar dont-print">
|
<div class="monitoring-statusbar dont-print">
|
||||||
<?= $this->render('list/components/hostssummary.phtml') ?>
|
<?= $this->render('list/components/hostssummary.phtml') ?>
|
||||||
<?= $this->render('list/components/selectioninfo.phtml') ?>
|
<?= $this->render('list/components/selectioninfo.phtml') ?>
|
||||||
|
@ -141,7 +141,6 @@ if (! $this->compact): ?>
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</div>
|
</div>
|
||||||
<?php if (! $this->compact): ?>
|
<?php if (! $this->compact): ?>
|
||||||
<div class="monitoring-statusbar-ghost dont-print"></div>
|
|
||||||
<div class="monitoring-statusbar dont-print">
|
<div class="monitoring-statusbar dont-print">
|
||||||
<?= $this->render('list/components/servicesummary.phtml') ?>
|
<?= $this->render('list/components/servicesummary.phtml') ?>
|
||||||
<?= $this->render('list/components/selectioninfo.phtml') ?>
|
<?= $this->render('list/components/selectioninfo.phtml') ?>
|
||||||
|
@ -1,11 +1,5 @@
|
|||||||
/*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
|
/*! 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 {
|
.monitoring-statusbar {
|
||||||
background-color: @body-bg-color;
|
background-color: @body-bg-color;
|
||||||
border-top: 1px solid @gray-lighter;
|
border-top: 1px solid @gray-lighter;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user