You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<title>DHCP and DNS | $HOSTNAME LuCI</title> (good with OpenWrt hostname)
<title>DHCP and DNS | LuCI | $HOSTNAME</title>
<title>DHCP and DNS | LuCI/$HOSTNAME</title> (good with OpenWrt hostname)
<title>DHCP and DNS | $HOSTNAME</title>
<title>DHCP and DNS | LuCI</title>
The text was updated successfully, but these errors were encountered:
Self-Hosting-Group
changed the title
LuCI page title (element) incomplete since OpenWrt 23.05
luci-theme-*: Page <title> incomplete since OpenWrt 23.05
Apr 14, 2025
Uh oh!
There was an error while loading. Please reload this page.
Since OpenWrt 23.05 the called page (menu name) is missing in the page title element,
${node.title}
is not set.When correcting this, it may be better for visibility to show the menu name first, then the hostname, and use
|
as the separator.luci/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/header.ut
Line 21 in 4207c2c
Currently missing title:
<title>$HOSTNAME - LuCI</title>
But should be displayed as:
<title>$HOSTNAME - $TITLE - LuCI</title>
Title suggestions (examples):
<title>DHCP and DNS | $HOSTNAME | LuCI</title>
<title>DHCP and DNS | $HOSTNAME LuCI</title>
(good with OpenWrt hostname)<title>DHCP and DNS | LuCI | $HOSTNAME</title>
<title>DHCP and DNS | LuCI/$HOSTNAME</title>
(good with OpenWrt hostname)<title>DHCP and DNS | $HOSTNAME</title>
<title>DHCP and DNS | LuCI</title>
The text was updated successfully, but these errors were encountered: