mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
17d0f7be5e
commit
c7443924bd
@ -218,7 +218,7 @@ class NavigationItemRenderer
|
||||
protected function renderTargetAttribute()
|
||||
{
|
||||
$target = $this->getItem()->getTarget();
|
||||
if ($target === null) {
|
||||
if ($target === null || $this->getItem()->getUrl()->getAbsoluteUrl() == '#') {
|
||||
return '';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user