From 1be885064e65f4c96189e7f63f29dcbb7040f3cb Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 10 Oct 2022 15:47:47 -0700 Subject: luci-theme-openwrt-2020: add iOS icon support Used when adding LuCI to Springboard. Image generated from logo.svg. Signed-off-by: Rosen Penev --- themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/luci-theme-openwrt-2020/luasrc') diff --git a/themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm b/themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm index 34c52f4b12..f0c9e563d0 100644 --- a/themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm +++ b/themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm @@ -25,6 +25,7 @@ + <%=striptags( (boardinfo.hostname or "?") .. ( (node and node.title) and ' - ' .. translate(node.title) or '')) %> - LuCI -- cgit v1.2.3