ConfigMenu: Use absolute URLs in nav items

This commit is contained in:
Johannes Meyer 2022-06-14 17:09:33 +02:00
parent 457eb52e2c
commit db2c30d418
1 changed files with 1 additions and 1 deletions

View File

@ -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 : ''