mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
f45f00b022
commit
c0deeefe00
@ -29,7 +29,16 @@ if ($notifications->hasMessages()) {
|
|||||||
}
|
}
|
||||||
?></ul>
|
?></ul>
|
||||||
<div id="logo" data-base-target="_main">
|
<div id="logo" data-base-target="_main">
|
||||||
<img aria-hidden="true" src="<?= $this->href('img/logo_icinga-inv.png') ?>" class="logo" alt="<?= t('Dashboard') ?>" />
|
<?= $this->qlink(
|
||||||
|
'',
|
||||||
|
'/dashboard',
|
||||||
|
null,
|
||||||
|
array(
|
||||||
|
'icon' => '../logo_icinga-inv.png',
|
||||||
|
'aria-hidden' => 'true',
|
||||||
|
'tabindex' => -1
|
||||||
|
)
|
||||||
|
); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user