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