Skip to content

Commit

Permalink
Update header.htm
Browse files Browse the repository at this point in the history
  • Loading branch information
peditx authored Nov 23, 2024
1 parent 7faeafc commit 2cf992e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/header.htm
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<% if node and node.css then %>
<link rel="stylesheet" href="<%=resource%>/<%=node.css%>">
<% end -%>
<link rel="manifest" href="/luci-static/peditx/manifest.json">
<script src="<%=url('admin/translations', luci.i18n.context.lang)%>?v=git-21.295.66888-fc702bc"></script>
<script src="<%=resource%>/cbi.js?v=git-21.295.66888-fc702bc"></script>
<title><%=striptags( (boardinfo.hostname or "?") .. ( (node and node.title) and ' - ' .. translate(node.title) or '')) %> - LuCI</title>
Expand Down

0 comments on commit 2cf992e

Please sign in to comment.