Re-add dashboard link to the upper left logo

fixes #8592
This commit is contained in:
Johannes Meyer 2015-03-06 13:44:14 +01:00
parent f45f00b022
commit c0deeefe00
1 changed files with 10 additions and 1 deletions

View File

@ -29,7 +29,16 @@ if ($notifications->hasMessages()) {
}
?></ul>
<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>