mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
parent
15f0f1aa59
commit
c02c18b23f
@ -1,9 +1,7 @@
|
|||||||
<nav class="navbar navbar-default navbar-fixed-top" id="icingatopbar" role="navigation">
|
<nav class="navbar navbar-default navbar-fixed-top" id="icingatopbar" role="navigation">
|
||||||
<ul class="nav navbar-nav pull-left">
|
<div class="navbar-header">
|
||||||
<li>
|
<a href="<?= $this->baseUrl('/') ?>" class="navbar-brand icinga-logo">Icinga</a>
|
||||||
<a href="<?= $this->baseUrl('/') ?>" class="brand" style="margin-left:0px;">Icinga</a>
|
</div>
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<?php if ($this->auth()->isAuthenticated()): ?>
|
<?php if ($this->auth()->isAuthenticated()): ?>
|
||||||
<ul class="nav navbar-nav pull-right" >
|
<ul class="nav navbar-nav pull-right" >
|
||||||
<!-- Remove component as of #4583 since it's not working-->
|
<!-- Remove component as of #4583 since it's not working-->
|
||||||
|
@ -1,21 +1,11 @@
|
|||||||
<?= $this->tabs->render($this); ?>
|
<?= $this->tabs->render($this); ?>
|
||||||
|
|
||||||
<?= $this->render('show/components/status.phtml'); ?>
|
<?= $this->render('show/components/status.phtml'); ?>
|
||||||
|
|
||||||
<?= $this->render('show/components/command.phtml') ?>
|
<?= $this->render('show/components/command.phtml') ?>
|
||||||
|
|
||||||
<?= $this->render('show/components/downtime.phtml'); ?>
|
<?= $this->render('show/components/downtime.phtml'); ?>
|
||||||
|
|
||||||
<?= $this->render('show/components/comments.phtml'); ?>
|
<?= $this->render('show/components/comments.phtml'); ?>
|
||||||
|
|
||||||
<?= $this->render('show/components/properties.phtml'); ?>
|
<?= $this->render('show/components/properties.phtml'); ?>
|
||||||
|
|
||||||
<?= $this->render('show/components/flags.phtml'); ?>
|
<?= $this->render('show/components/flags.phtml'); ?>
|
||||||
|
|
||||||
<?= $this->render('show/components/customvars.phtml'); ?>
|
<?= $this->render('show/components/customvars.phtml'); ?>
|
||||||
|
|
||||||
<?= $this->render('show/components/servicegroups.phtml'); ?>
|
<?= $this->render('show/components/servicegroups.phtml'); ?>
|
||||||
|
|
||||||
<?= $this->render('show/components/contacts.phtml'); ?>
|
<?= $this->render('show/components/contacts.phtml'); ?>
|
||||||
|
|
||||||
<?= $this->render('show/components/eventHistory.phtml'); ?>
|
<?= $this->render('show/components/eventHistory.phtml'); ?>
|
||||||
|
@ -38,6 +38,15 @@ body { padding-top: 70px; }
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icinga-logo {
|
||||||
|
background: transparent url("../img/logo_icinga.png") center center no-repeat;
|
||||||
|
width: 94px;
|
||||||
|
height: 33px;
|
||||||
|
display: block;
|
||||||
|
text-indent: -999px;
|
||||||
|
margin: 8px 0 0 8px;
|
||||||
|
}
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
Icinga Design
|
Icinga Design
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user