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…
Reference in New Issue