mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
ConfigMenu: Use absolute URLs in nav items
This commit is contained in:
parent
457eb52e2c
commit
db2c30d418
@ -263,7 +263,7 @@ class ConfigMenu extends BaseHtmlElement
|
|||||||
[
|
[
|
||||||
HtmlElement::create(
|
HtmlElement::create(
|
||||||
'a',
|
'a',
|
||||||
Attributes::create(['href' => $item['url']]),
|
Attributes::create(['href' => Url::fromPath($item['url'])]),
|
||||||
[
|
[
|
||||||
$item['label'],
|
$item['label'],
|
||||||
isset($healthBadge) ? $healthBadge : ''
|
isset($healthBadge) ? $healthBadge : ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user